{% extends "pretixpresale/event/base.html" %} {% load i18n %} {% load l10n %} {% load eventurl %} {% load cache_large %} {% load money %} {% load thumb %} {% load eventsignal %} {% load rich_text %} {% load icon %} {% load dialog %} {% block title %} {% if "year" in request.GET %} {% if list_type == "calendar" %} {% blocktrans with datetime=date|date:"F Y" %} Calendar for {{ datetime }} {% endblocktrans %} :: {% elif list_type == "week" %} {% blocktrans with datetime=date|date:week_format %} Calendar for {{ datetime }} {% endblocktrans %} :: {% endif %} {% elif subevent %} {{ subevent.get_date_range_display }} :: {% endif %} {% endblock %} {% block custom_header %} {{ block.super }} {% if request.event.has_subevents and not subevent %} {% else %} {% endif %} {% if subevent %} {% else %} {% endif %} {% endblock %} {% block content %} {% autoescape off %} {% endautoescape %} {% if show_cart %} {% include "pretixpresale/event/fragment_cart_box.html" with open=1 %} {% endif %} {% if request.event.has_subevents %} {% if not subevent %} {% if event_logo and event_logo_show_title %}
{% trans "Please select a date to redeem your voucher." %}