{% extends "pretixpresale/organizers/base.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% load money %} {% load bootstrap3 %} {% block title %}{% trans "Your membership" %}{% endblock %} {% block content %}
{% trans "Order code" %} | {% trans "Event" %} | {% trans "Product" %} | {% trans "Order date" %} | {% trans "Status" %} | |
---|---|---|---|---|---|
{{ op.order.code }}-{{ op.positionid }} {% if op.order.testmode %} {% trans "TEST MODE" %} {% endif %} |
{{ op.order.event }}
{% if op.subevent %}
{{ op.subevent|default:"" }} {% endif %} |
{{ op.item.name }} {% 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 %} | {% trans "Details" %} |