{% load main_extras %} {% load i18n %}
{% translate "Date" %} {% translate "Value" %} {% translate "Difference" %} {% translate "Transactions" %} {% translate "Valid" %}
{% for snap in snapshots %}
{% if snap.file %} {% endif %} {{ snap.date|date:"Y-m-d" }} {{ snap.value|value }} {{ snap.diff|pmvalue }} {% with sum=snap.sum %} {{ sum|pmvalue }} {% if sum == snap.diff %} {% else %} {% endif %} {% endwith %}
{% endfor %} {% if snapshots_url %}
{% translate "View all statements" %}
{% endif %}