{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% load bootstrap3 %} {% block title %}{% trans "Combase" %}{% endblock %} {% block content %}
{% trans "Settings" %} {% trans "Send paid orders" %}
| {% trans "Date/time" %} | {% trans "Ticket Code" %} | {% trans "QR" %} | {% trans "Action" %} | {% trans "Result" %} | {% trans "ID" %} |
|---|---|---|---|---|---|
| {{ o.datetime|date:"SHORT_DATETIME_FORMAT" }} | {{ o.ticketcode }} | {{ o.secret }} | {{ o.action }} | {{ o.result }} | {{ o.combaseid }} |