{% load i18n main_extras %}
{% for acc in accounts %}
{{ acc.icon|remix }}{{ acc }}
{% if acc.statement_set.first %}{{ acc.statement_set.first.value|value }}{% endif %}
{% endfor %} {% if index %}
{{ "gallery-view"|remixnl }}{% translate "All accounts" %}
{{ accounts|balance|value }}
{% else %}
{{ "add-box"|remix }}{% translate "Create account" %}
{% endif %}