{% load main_extras %} {% load i18n %} {% if new_snapshot_url %}
{% translate "New statement" %}
{% endif %} {% if snapshots_url %}{% translate "View all statements" %}
{% endif %}{% translate "Date" %} | {% if not account %}{% translate "Account" %} | {% endif %}{% translate "Value" %} | {% translate "Difference" %} | {% translate "Transactions" %} | {% for snap in snapshots %}|||
---|---|---|---|---|---|---|---|
{% if snap.file %} {% endif %} | {{ snap.date|date:"Y-m-d" }} | {% if not account %}{{ snap.account }} | {{ snap.value|value }} | {{ snap.diff|pmvalue }} | {{ snap.sum|pmvalue }} | {% endif %}