{% extends "pretixpresale/organizers/base.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% load money %} {% load bootstrap3 %} {% block title %}{% trans "Your account" %}{% endblock %} {% block content %}
{% trans "Order code" %} | {% trans "Event" %} | {% trans "Order date" %} | {% trans "Order total" %} | {% trans "Positions" %} | {% trans "Status" %} | |
---|---|---|---|---|---|---|
{{ o.code }} {% if o.testmode %} {% trans "TEST MODE" %} {% endif %} | {{ o.event }} | {{ o.datetime|date:"SHORT_DATETIME_FORMAT" }} {% if o.customer_id != customer.pk %} {% endif %} | {{ o.total|money:o.event.currency }} | {{ o.count_positions|default_if_none:"0" }} | {% include "pretixpresale/event/fragment_order_status.html" with order=o event=o.event %} | {% trans "Details" %} |