{% load i18n %} {% load money %} {% for t in transactions %} {% endfor %}
{% trans "Date" %} {% trans "Order" %} {% trans "Value" %}
{{ t.datetime|date:"SHORT_DATETIME_FORMAT" }} {% if t.order %} {{ t.order.full_code }} {% else %} {% if t.text %}{{ t.text }}{% else %}{% trans "Manual transaction" %}{% endif %} {% endif %} {{ t.value|money:giftcard.currency }}
{% include "pretixcontrol/pagination.html" %}