{% extends "eventcalendar/base.html" %} {% load static from staticfiles %} {% load i18n %} {% block pagetitle %}Events{% endblock %} {% block extra_head %} {% endblock %} {% block body %}

Upcoming Events

{% include "_widgets/_filter.html" with form=form %}
{% include "_widgets/_occurrence_tile_by_date.html" with object_list=page_obj.object_list %}
{% endblock %} {% block footer_js %} {% include "_widgets/_filter_js.html" %} {% endblock footer_js %}