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