{% if what == 'asset' %} {% endif %} {% for account in accounts %} {% if what == "asset" %} {% endif %} {% if account.lastActivityDate %} {% else %} {% endif %} {% endfor %}
  {{ trans('list.name') }}{{ trans('list.role') }}{{ trans('list.currentBalance') }} {{ trans('list.active') }} {{ trans('list.lastActivity') }} {{ trans('list.balanceDiff', {'start' : Session.get('start').formatLocalized(monthAndDayFormat),'end' : Session.get('end').formatLocalized(monthAndDayFormat)}) }}
{{ account.name }} {% for entry in account.accountmeta %} {% if entry.name == 'accountRole' %} {{ entry.data|getAccountRole }} {% endif %} {% endfor %} {{ account|balance|formatAmount }} {% if account.active %} {% else %} {% endif %} {{ account.lastActivityDate.formatLocalized(monthAndDayFormat) }} Never {{ (account.endBalance - account.startBalance)|formatAmount }}