{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Order details" %}{% endblock %} {% block content %} {% if "thanks" in request.GET %}
{% trans "Your order has been placed successfully. See below for details." %}
{% trans "We also sent you an email with a link to this page if you want to come back later." %}
{% 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 %}