diff --git a/src/pretix/control/templates/pretixcontrol/base.html b/src/pretix/control/templates/pretixcontrol/base.html index db78d0482..16528d045 100644 --- a/src/pretix/control/templates/pretixcontrol/base.html +++ b/src/pretix/control/templates/pretixcontrol/base.html @@ -189,6 +189,13 @@ {% trans "Organizers" %} +
| {% trans "Order code" %} + + | +{% trans "Event" %} + + | +{% trans "User" %} + + | +{% trans "Order total" %} + + | +{% trans "Order date" %} + + | +{% trans "Status" %} + + | +
|---|---|---|---|---|---|
| + + + {{ o.event.slug|upper }}-{{ o.code }} + + + | +{{ o.event.name }} | +{{ o.email }} | +{{ o.total|floatformat:2 }} {{ o.event.currency }} | +{{ o.datetime|date:"SHORT_DATETIME_FORMAT" }} | +{% include "pretixcontrol/orders/fragment_order_status.html" with order=o %} | +
| + {% trans "We couldn't find any orders that you have access to and that match your search query." %} + | +|||||