$start_date - $end_date
| {{ t('invoice')}} # | {{ t('invoice_date') }} | {{ t('invoice_due_date') }} | {{ t('total') }} | {{ t('balance') }} | 
|---|---|---|---|---|
| {{ invoice.number }} | {{ invoice.date }} | {{ invoice.due_date }} | {{ invoice.amount }} | {{ invoice.balance }} | 
| {{ t('invoice') }} # | {{ t('payment_date') }} | {{ t('method') }} | {{ t('amount') }} | |
|---|---|---|---|---|
| {{ payment.number }} | {{ payment.date }}{%if payment.is_credit %} | Credit {{ payment.number }}{%else%} | {{ payment.method }}{%endif%} | {{ payment.amount }} | 
| {{ t('credit') }} # | {{ t('credit_date') }} | {{ t('total') }} | {{ t('balance') }} | 
|---|---|---|---|
| {{ credit.number }} | {{ credit.date }} | {{ credit.amount }} | {{ credit.balance }} | 
| {{ key }}{% endfor %} | 
|---|
| {{ age }}{% endfor %} |