{% if invoice_groups|length > 1 %}
{{ t('currency') }}: {{ group.currency }}
{% endif %}
| {{ t('date') }} |
{{ t('due_date') }} |
{{ t('invoice_number') }} |
{{ t('status') }} |
{{ t('name') }} |
{{ t('number') }} |
{{ t('id_number') }} |
{{ t('age') }} |
{{ t('amount') }} |
{{ t('balance') }} |
{% for invoice in group.invoices %}
| {{ invoice[0] }} |
{{ invoice[1] }} |
{{ invoice[2] }} |
{{ invoice[3] }} |
{{ invoice[4]|slice(0,25) }} |
{{ invoice[5] }} |
{{ invoice[6]|slice(0, 14) }} |
{{ invoice[7] }} |
{{ invoice[8] }} |
{{ invoice[9] }} |
{% endfor %}
{% endfor %}
{% else %}