{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %} {% trans "Membership" %} {% endblock %} {% block inner %}
{% trans "Order code" %} | {% trans "Event" %} | {% trans "Date" context "subevent" %} | {% trans "Product" %} | {% trans "Order date" %} | {% trans "Status" %} |
---|---|---|---|---|---|
{{ op.order.code }}-{{ op.positionid }} {% if op.order.testmode %} {% trans "TEST MODE" %} {% endif %} | {{ op.order.event }} | {{ op.subevent|default:"" }} | {{ op.item }} {% if op.variation %}– {{ op.variation }}{% endif %} | {{ op.order.datetime|date:"SHORT_DATETIME_FORMAT" }} | {% if op.canceled %} {% trans "Canceled" %} {% else %} {% include "pretixcontrol/orders/fragment_order_status.html" with order=op.order %} {% endif %} |