{% load i18n %} {% load eventurl %} {% if download_email_required %}
{% if position_page %} {% blocktrans trimmed %} You can download your tickets right here as soon as the person who placed the order clicked the link in the email they received to confirm the email address is valid. {% endblocktrans %} {% elif not event.settings.mail_attach_tickets %} {% blocktrans trimmed %} If you click the link in our email, you will be able to download your tickets here. {% endblocktrans %} {% else %} {% blocktrans trimmed %} If the email has no attachment, click the link in our email and you will be able to download them from here. {% endblocktrans %} {% endif %}
{% blocktrans trimmed %} Please have your ticket ready when entering the event. {% endblocktrans %}
{% elif tickets_with_download|length == 1 %}{% blocktrans trimmed %} Please have your ticket ready when entering the event. {% endblocktrans %}
{% else %}
{% blocktrans trimmed %}
Please have your ticket ready when entering the event.
{% endblocktrans %}
{% blocktrans trimmed %}
Download your tickets using the buttons below.
{% endblocktrans %}