|
|
{{ account.name }} |
{% if what == "asset" %}
{% for entry in account.accountmeta %}
{% if entry.name == 'accountRole' %}
{{ ('account_role_'~entry.data)|_ }}
{% endif %}
{% endfor %}
|
{% endif %}
{{ account.iban }}{% if account.iban == '' %}{{ account.getMeta('accountNumber') }}{% endif %} |
{{ formatAmountByAccount(account, account.endBalance) }}
|
{% if account.active %}
{% else %}
{% endif %}
|
{% if account.lastActivityDate %}
{{ account.lastActivityDate.formatLocalized(monthAndDayFormat) }}
|
{% else %}
{{ 'never'|_ }}
|
{% endif %}
{{ formatAmountByAccount(account, account.difference) }}
|
{% endfor %}