{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Order details" %}{% endblock %} {% block content %}
{% blocktrans trimmed %} Please use the buttons below to obtain your ticket. Please have your ticket ready when entering the event. {% endblocktrans %}
{% for b in download_buttons %} {{ b.text }} {% endfor %} {% else %} {% blocktrans trimmed with date=event.settings.ticket_download_date|date:"SHORT_DATE_FORMAT" %} You will be able to download your tickets here on {{ date }}. {% endblocktrans %} {% endif %}