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

{% if meta %}{{ meta.h1 }}{% else %}{{ event_type }}{% endif %}

{% endblock %} {% if object_list %} {% block head_scripts %} {% include "client/includes/banners/tops_head_js.html" %} {% endblock head_scripts %} {% endif %} {% block content_list %} {% with object_list=object_list %} {% include 'includes/exposition/exposition_list.html' %} {% endwith %} {% endblock %}