diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html b/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html index cacc50114..a35f4555a 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_downloads.html @@ -2,10 +2,13 @@ {% load eventurl %} {% if can_download and download_buttons and order.count_positions %}
- {% blocktrans trimmed %} - You can download your tickets using the buttons below. Please have your ticket ready when entering the event. - {% endblocktrans %} {% if cart.positions|length > 1 and can_download_multi %} + {% blocktrans trimmed %} + Please have your ticket ready when entering the event. + {% endblocktrans %} + {% blocktrans trimmed %} + Download your tickets here: + {% endblocktrans %}

{% trans "Download all tickets at once:" %} {% for b in download_buttons %} @@ -22,6 +25,12 @@ {% endfor %}

{% elif tickets_with_download|length == 1 %} + {% blocktrans trimmed %} + Please have your ticket ready when entering the event. + {% endblocktrans %} + {% blocktrans trimmed %} + Download your ticket here: + {% endblocktrans %}

{% for b in download_buttons %}

{% endfor %}

+ {% else %} + {% blocktrans trimmed %} + Please have your ticket ready when entering the event. + {% endblocktrans %} + {% blocktrans trimmed %} + Download your tickets using the buttons below. + {% endblocktrans %} {% endif %}
{% elif not download_buttons and ticket_download_date %}