{% load static %} {% load i18n %}
{% trans "Date" %} | {% trans "Subject" %} | {% trans "Description" %} | {% trans "amount" context "money" %} | |
---|---|---|---|---|
{{ t.timestamp|date:'d.m.y' }} | {{ t.timestamp|date:'DATE_FORMAT' }}, {{ t.timestamp|date:'H:i' }} | {% trans t.subject %}{% if detailed %} {% trans t.description %}{% endif %} |
{% trans t.description %} | {{ t.amount|floatformat:2 }} € |