{% for k, record in records.items() %} {{ show_detail_lines(record) }} {% endfor %}
{{ _('Date') }} {{ _('Reference') }} + "//" + {{ _('Description') }} {{ _('Debit') }} {{ _('Credit') }} {{ _('Balance') }}
{{ k }} {% if record.lines %}{{ _('Previous balance...') }}{% endif %} {% if record.lines %}{{ record.previous_balance|numberformat }}{% endif %}
{{ _('Total Fiscal Year') }} {{ record.total_debit|numberformat }} {{ record.total_credit|numberformat }} {{ (record.total_debit - record.total_credit)|numberformat }}
{{ k }} {{ _('Total') }} {{ record.total_balance|numberformat }}