{% load i18n %} {% load apphooks_config_tags %} {% spaceless %}

{% if only_past_events %} {% trans "Past events" %} {% else %} {% trans "All events" %} {% endif %}

{% regroup dates by date.year as years %} {% with current_year=year current_month=month %} {% endwith %}
{% endspaceless %}