{{ accounts.render|raw }}
{% if what == 'asset' %} {% endif %} {% if what == 'liabilities' %} {% endif %} {# hide last activity to make room for other stuff #} {% if what != 'liabilities' %} {% endif %} {% for account in accounts %} {% if what == "asset" %} {% endif %} {% if what == 'liabilities' %} {% endif %} {# hide last activity to make room for other stuff #} {% if what != 'liabilities' %} {% if account.lastActivityDate %} {% else %} {% endif %} {% endif %} {% endfor %}
{{ trans('list.name') }}{{ trans('list.liability_type') }} {{ trans('list.interest') }} ({{ trans('list.interest_period') }}) {{ trans('list.currentBalance') }}
{{ account.name }}{{ account.accountTypeString }} {{ account.interest }}% ({{ account.interestPeriod|lower }}) {{ formatAmountByAccount(account, account.endBalance) }}
{{ accounts.render|raw }}