{% load i18n %} {% load eventurl %} {% if can_download and download_buttons and order.count_positions %}
{% 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 %} {% if b.multi %}

{% csrf_token %}
{% 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 %}

{% csrf_token %}
{% 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 %} {% 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 %}