{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load money %} {% block inner %}
{% trans "Date" %} | {% trans "Order" %} | {% trans "Value" %} |
---|---|---|
{{ t.datetime|date:"SHORT_DATETIME_FORMAT" }} | {% if t.order %} {{ t.order.full_code }} {% else %} {% trans "Manual transaction" %} {% endif %} | {{ t.value|money:card.currency }} |