{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% load template_filters %} {% if single_page %} {% endif %} {% block content_list %} {% if object_list %} {% if single_page %} {% with exposition=object_list.0 %} {% include 'includes/event_object.html' %} {% endwith %} {% else %} {% with object_list=object_list %} {% include 'includes/event_list.html' %} {% endwith %} {% endif %} {% else %}