{% load i18n %} {% load eventurl %} {% load urlreplace %}
{% for f, v in request.GET.items %} {% if f != "month" and f != "year" %} {% endif %} {% endfor %}
{% include "pretixpresale/fragment_calendar.html" with show_avail=event.settings.event_list_availability weeks=subevent_list.weeks show_names=subevent_list.show_names %}