{% load main_extras %} {% load i18n %}
{% 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 %}