{% load main_extras %} {% load i18n %} {% if new_statement_url %}

{% translate "Create statement" %}

{% endif %}
{% if not account %} {% endif %} {% if not account %} {% endif %} {% for snap in statements %} {% if snap.sum == snap.diff %} {% else %} {% endif %} {% if not account %} {% endif %} {% empty %} {% endfor %}
{{ "check"|remix }} {{ "attachment"|remix }} {% translate "Date" %}{% translate "Account" %}{% translate "Value" %} {% translate "Difference" %} {% translate "Transactions" %}
{{ "check"|remix }}{{ "close"|remix }} {% if snap.file %}{{ "attachment"|remix }}{% endif %} {{ snap.date|date:"Y-m-d" }} {{ snap.account.icon|remix }} {{ snap.account }} {{ snap.value|value }} {{ snap.diff|pmvalue }} {{ snap.sum|pmvalue }}
{% translate "No statement" %}
{% if statements_url %}

{% translate "View all statements" %}

{% endif %}