{% for k in data['records'] %} {%if data['parameters']['jump_page'] %} {% else %} {% endif %} {% set record = data['records'][k] %} {% if not data['parameters']['totals_only'] %} {{ show_detail_lines(record) }} {% endif %} {% if data['parameters']['jump_page'] %} {% if loop.nextitem is not defined %} {% endif %} {% endif %}
{{ _('Move Date')}} {{ _('Account')}} {{ _('NIF')}} {{ _('Invoice')}} {{ _('Date')}} {{ _('Base')}} {{ _('Tax')}} {{ _('Base + Tax')}} {{ _('Total Invoice')}}
{{ _('Move Date')}} {{ _('Account')}} {{ _('NIF')}} {{ _('Invoice')}} {{ _('Date')}} {{ _('Base')}} {{ _('Tax')}} {{ _('Base + Tax')}} {{ _('Total Invoice')}}
{{ k.name }}
{% if data['parameters']['jump_page'] %} {{ _('Total Period') }} {% else %} {{ _('Total') }} {% endif %} {{k.name}} {{data['parameters']['tax_totals'][k]['total_untaxed'] | render(digits=record[0].invoice.company.currency.raw.digits)}} {{data['parameters']['tax_totals'][k]['total_tax'] | render(digits=record[0].invoice.company.currency.raw.digits)}} {{data['parameters']['tax_totals'][k]['total'] | render(digits=record[0].invoice.company.currency.raw.digits)}}
{{ _('Total') }} {{ data['parameters']['totals']['total_untaxed'] | render(digits=record[0].invoice.company.currency.raw.digits)}} {{ data['parameters']['totals']['total_tax'] | render(digits=record[0].invoice.company.currency.raw.digits)}} {{ data['parameters']['totals']['total'] | render(digits=record[0].invoice.company.currency.raw.digits)}}
{%if data['parameters']['jump_page'] %} {% if loop.nextitem is defined %}

{% endif %} {% endif %} {% endfor %}