{{ event.name }}
{% endif %} {% if frontpage_text %}{% trans "Please select a date to redeem your voucher." %}
{% if show_cart %} {% else %} {% endif %}
{% else %}{% trans "Choose date to book a ticket" %}
{% endif %}{{ subevent.name }}
{% if frontpage_text %}{{ event.name }} {% if request.event.settings.show_dates_on_frontpage %} {{ event.get_date_range_display_as_html }} {% endif %}
{% endif %} {% if frontpage_text %}{% trans "Where does the event happen?" %} {{ ev.location|linebreaksbr }}
{% trans "When does the event happen?" %}
{{ ev.get_date_range_display_as_html }}
{% if event.settings.show_times %}
{% with time_human=ev.date_from|date:"TIME_FORMAT" time_24=ev.date_from|time:"H:i" %}
{% blocktrans trimmed with time='"|safe %}
Begin: {{ time }}
{% endblocktrans %}
{% endwith %}
{% if event.settings.show_date_to and ev.date_to %}
{% with time_human=ev.date_to|date:"TIME_FORMAT" time_24=ev.date_to|time:"H:i" %}
{% blocktrans trimmed with time='"|safe %}
End: {{ time }}
{% endblocktrans %}
{% endwith %}
{% endif %}
{% endif %}
{% if ev.date_admission %}
{% if ev.date_admission|date:"SHORT_DATE_FORMAT" == ev.date_from|date:"SHORT_DATE_FORMAT" %}
{% with time_human=ev.date_admission|date:"TIME_FORMAT" time_24=ev.date_admission|time:"H:i" %}
{% blocktrans trimmed with time='"|safe %}
Admission: {{ time }}
{% endblocktrans %}
{% endwith %}
{% else %}
{% with datetime_human=ev.date_admission|date:"SHORT_DATETIME_FORMAT" datetime_iso=ev.date_admission|time:"Y-m-d H:i" %}
{% blocktrans trimmed with datetime='"|safe %}
Admission: {{ datetime }}
{% endblocktrans %}
{% endwith %}
{% endif %}
{% endif %}
{% if subevent %}
{% else %}
{% endif %}
{% trans "Add to Calendar" %}