{% load main_extras %} {% load i18n %} {% if new_snapshot_url %}

{% translate "New statement" %}

{% endif %} {% if snapshots_url %}

{% translate "View all statements" %}

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