{% 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 %}