- {% if can_download %}
-
- {% blocktrans trimmed %}
- Please obtain your ticket below. 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 starting on {{ date }}.
- {% endblocktrans %}
- {% endif %}
-
+ {% if can_download %}
+ {% blocktrans trimmed %}
+ You can download your tickets using the buttons below. Please have your ticket ready when entering the event.
+ {% endblocktrans %}
+ {% else %}
+ {% blocktrans trimmed with date=event.settings.ticket_download_date|date:"SHORT_DATE_FORMAT" %}
+ You will be able to download your tickets here starting on {{ date }}.
+ {% endblocktrans %}
+ {% endif %}
- {% include "pretixpresale/event/fragment_cart.html" with cart=cart event=request.event editable=False %}
+ {% include "pretixpresale/event/fragment_cart.html" with cart=cart event=request.event download=can_download editable=False %}