{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% load money %} {% load bootstrap3 %} {% block title %}{% trans "Offline sales" %}{% endblock %} {% block content %}
{% trans "Offline sales allow you to sell tickets in places where you don't have the option to use digital technology, for example when reselling through a local partner who doesn't have internet connection or at the entrance of your event when you do not want to use our pretixPOS app" %}
{% trans "This works by you generating, downloading and printing a number of tickets (a batch) through this page. Those tickets will be booked in the system as if you had sold them right now. Once your offline sale is over, come back here and cancel all the tickets you didn't sell to make sure statistics are correct." %}
{% trans "Create a new batch" %}| {% trans "Creation date" %} | {% trans "Created tickets" %} | {% trans "Printed tickets" %} | {% trans "Cancelled tickets" %} | |||
|---|---|---|---|---|---|---|
| {{ o.datetime|date:"SHORT_DATETIME_FORMAT" }} {% if o.testmode %} {% trans "TEST MODE" %} {% endif %} | {{ o.printedtickets }} | {{ o.printed }} | {{ o.cancelledtickets }} | {% trans "Print" %} {% trans "Tickets" %} |