{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% load template_filters %} {% block bread_scrumbs %} {% endblock %} {% block page_title %}

{{ event_type }}

{% endblock %} {% block content_list %} {% with object_list=object_list %} {% include 'includes/exposition/exposition_list.html' %} {% endwith %} {% endblock %}