{% load i18n %} {% load eventurl %} {% load icon %} {% load urlreplace %} {% load rich_text %} {% if subevent_list.has_before %} {% icon "arrow-left" %} {{ subevent_list.before|date:"F Y" }} {% endif %} {% for f, v in request_get_items %} {% if f != "date" %} {% endif %} {% endfor %} {% trans "Month" %} {% for y in subevent_list.years %} {% for m in subevent_list.months %} {{ m|date:"F" }} {{ y }} {% endfor %} {% endfor %} {% icon "chevron-right" %} {% if subevent_list.has_after %} {{ subevent_list.after|date:"F Y" }} {% icon "arrow-right" %} {% endif %}