{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load eventurl %} {% load urlreplace %} {% load money %} {% load bootstrap3 %} {% load static %} {% block title %}{% trans "Orders" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} Nobody ordered a ticket yet. {% endblocktrans %}
{% if not request.event.live %} {% trans "Take your shop live" %} {% else %} {% trans "Go to the ticket shop" %} {% endif %}{% trans "Search query:" %} {{ filter_strings|join:" · " }} · {% trans "Edit" %}
{% else %}{% blocktrans trimmed with question=filter_form.cleaned_data.question.question %} List filtered by answers to question "{{ question }}". {% endblocktrans %} {% trans "Remove filter" %}
{% endif %} {% include "pretixcontrol/pagination.html" %} {% endif %} {% endblock %}