{% load i18n %} {% 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 %}

{% trans "Download all tickets at once:" %} {% for b in download_buttons %} {% if b.multi %}

{% csrf_token %}
{% endif %} {% endfor %}

{% endif %} {% elif not download_buttons and ticket_download_date %} {% if order.status == 'p' %}
{% blocktrans trimmed with date=ticket_download_date|date:"SHORT_DATE_FORMAT" %} You will be able to download your tickets here starting on {{ date }}. {% endblocktrans %}
{% endif %} {% endif %}