{% extends "base.html" %} {% block content %} {% block content_title %}

All events

{% endblock %} {% import 'articles_macro.html' as articles_macro with context %} {{ articles_macro.print_articles(articles_page.object_list) }} {% if articles_page.has_other_pages() %} {% include 'pagination.html' %} {% endif %} {% endblock content %}