diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index b8d3fbf33..51ee169f4 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -47,6 +47,30 @@ {% endif %} {% endif %} +
+
+

+ {% trans "Order details" %} +

+
+
+
+
{% trans "Order code" %}
+
{{ order.code }}
+
{% trans "Order date" %}
+
{{ order.datetime }}
+ {% if order.status == "p" %} +
{% trans "Payment date" %}
+
{{ order.payment_date }}
+ {% elif order.status == "n" %} +
{% trans "Expiry date" %}
+
{{ order.expires }}
+ {% endif %} +
{% trans "Username" %}
+
{{ order.user }}
+
+
+