{% load static %} {% load i18n %} {% for t in transactions %} {% endfor %}
{% trans "Date" %} {% trans "Subject" %} {% trans "amount" context "money" %}
{{ t.timestamp|date:'d.m.y' }} {% trans t.subject %}{% if detailed %}
{% trans t.description %}{% endif %}
{{ t.amount|floatformat:2 }} €