{% 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 %}{% for b in download_buttons %}
{% endfor %} {% endif %}