{{ t('aged_receivable_summary_report') }}

Created On: {{ created_on }}
Created By: {{ created_by }}
{% if company_logo is not empty %} {{ img(company_logo, 'max-width: 100%; height: auto; object-fit: contain;') }} {% endif %}
{% if client_groups is defined and client_groups is not empty %} {% for group in client_groups %}
{% if client_groups|length > 1 %}

{{ t('currency') }}: {{ group.currency }}

{% endif %} {% for client in group.clients %} {% endfor %}
{{ t('name') }} {{ t('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]|slice(0,25) }} {{ client[1] }} {{ client[2]|slice(0, 14) }} {{ client[3] }} {{ client[4] }} {{ client[5] }} {{ client[6] }} {{ client[7] }} {{ client[8] }} {{ client[9] }}
{% endfor %} {% else %}
{{ 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') }}
{% endif %}