{% load i18n %} {% load eventurl %} {% load icon %} {% load urlreplace %} {% load rich_text %}
{% include "pretixpresale/fragment_week_calendar.html" with show_avail=event.settings.event_list_availability days=subevent_list.days show_names=subevent_list.show_names %} {% if subevent_list.any_events is False %}
{{ event.settings.event_list_empty_text|rich_text }}
{% endif %}