{% load i18n %} {% load eventurl %} {% if can_download and download_buttons and order.count_positions %}
{% trans "Download all tickets at once:" %} {% for b in download_buttons %} {% if b.multi %}
{% endif %} {% 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 %}