{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load eventsignal %} {% load eventurl %} {% block title %}{% trans "Order details" %}{% endblock %} {% block content %} {% if "thanks" in request.GET or "paid" in request.GET %}
{% trans "Your order has been placed successfully. See below for details." %}
{% trans "Please note that we still await your payment to complete the process." %}
{% trans "Your order has been processed successfully! See below for details." %}
{% else %}{% trans "We successfully received your payment. See below for details." %}
{% endif %}{% blocktrans trimmed %} Please bookmark or save the link to this exact page if you want to download your ticket or change your details later. We also sent you an email containing the link to the address you specified. {% endblocktrans %}
{% trans "Download all tickets at once:" %} {% for b in download_buttons %} {% if b.multi %} {{ b.text }} {% endif %} {% endfor %}
{% endif %} {% elif not download_buttons %}