{% load i18n %} {% load money %} {% for t in transactions %} {% endfor %}
{% trans "Date" %} {% trans "Information" %} {% trans "Value" %}
{{ t.datetime|date:"SHORT_DATETIME_FORMAT" }} {{ t.display_presale }} {{ t.value|money:giftcard.currency }}
{% include "pretixcontrol/pagination.html" %}