diff --git a/resources/views/list/accounts.twig b/resources/views/list/accounts.twig index 915a40fa72..f6dabf7107 100644 --- a/resources/views/list/accounts.twig +++ b/resources/views/list/accounts.twig @@ -1,12 +1,12 @@ - + {% if what == 'asset' %} {% endif %} - + @@ -16,7 +16,7 @@ {% for account in accounts %} - {% endif %} - +
  {{ trans('list.name') }}{{ trans('list.iban') }} {{ trans('list.currentBalance') }}
+ {{ account.iban }} {{ account.endBalance|formatAmount }}