{{ t('aged_receivable_summary_report') }}

Created On: {{ created_on }}
Created By: {{ created_by }}
{% if company_logo is not empty %} {{ img(company_logo) }} {% endif %}
{% if clients is defined and clients is not empty %} {% for client in clients %} {% endfor %} {% endif %}
{{ t('client_name') }} {{ t('client_number') }} {{ t('id_number') }} {{ t('current') }} {{ t('age_group_0') }} {{ t('age_group_30') }} {{ t('age_group_60') }} {{ t('age_group_90') }} {{ t('age_group_120') }} {{ t('total') }}
{{ client[0] }} {{ client[1] }} {{ client[2] }} {{ client[3] }} {{ client[4] }} {{ client[5] }} {{ client[6] }} {{ client[7] }} {{ client[8] }} {{ client[9] }}