{% load main_extras %} {% load i18n %} {% if new_snapshot_url %}
{% translate "New statement" %}
{% 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 }} | {% endif %}{{ snap.value|value }} | {{ snap.diff|pmvalue }} | {{ snap.sum|pmvalue }} |