{% load i18n %} {% load eventurl %} {% load urlreplace %} {{ subevent_list.before|date:subevent_list.week_format }} {% for f, v in request.GET.items %} {% if f != "week" and f != "year" %} {% endif %} {% endfor %} {% for w in subevent_list.weeks %} {% trans "W" %} {{ w.0.isocalendar.1 }} ({{ w.0|date:"SHORT_DATE_FORMAT" }} – {{ w.1|date:"SHORT_DATE_FORMAT" }}) {% endfor %} {% for y in subevent_list.years %} {{ y }} {% endfor %} {% trans "Go" %} {{ subevent_list.after|date:subevent_list.week_format }} {% include "pretixpresale/fragment_week_calendar.html" with show_avail=event.settings.event_list_availability days=subevent_list.days show_names=subevent_list.show_names %}