{% load main_extras %} {% load i18n %} {% if new_statement_url %}
{% translate "Create statement" %}
{% endif %}{{ "check"|remix }} | {{ "attachment"|remix }} | {% translate "Date" %} | {% if not account %}{% translate "Account" %} | {% endif %}{% translate "Value" %} | {% translate "Difference" %} | {% translate "Transactions" %} | {% for snap in statements %}||
---|---|---|---|---|---|---|---|---|
{{ "check"|remix }} | {% else %}{{ "close"|remix }} | {% endif %}{% if snap.file %}{{ "attachment"|remix }}{% endif %} | {{ snap.date|date:"Y-m-d" }} | {% if not account %}{{ snap.account.icon|remix }} | {{ snap.account }} | {% endif %}{{ snap.value|value }} | {{ snap.diff|pmvalue }} | {{ snap.sum|pmvalue }} |