{% if client_groups|length > 1 %}
{{ t('currency') }}: {{ group.currency }}
{% endif %}
| {{ 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') }} |
{% for client in group.clients %}
| {{ 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 %}
{% endfor %}
{% else %}