{% extends 'blank.html' %} {% load static %} {% load i18n %} {% load template_filters %} {% block main_part %}
{% with search_form=search_form %} {% include 'client/includes/catalog_search.html' %} {% endwith %} {% block bread_scrumbs %} {% with filter=filter %} {% include 'includes/bread_scrumbs.html' %} {% endwith %} {% endblock %}
{% block page_title %} {% if not single_page %}

{{ filter.0.name }}: {{ filter.1.name }}

{% endif %} {% endblock %}
{% block page_filter %} {% endblock %} {% block page_body %}
{% block content_list %} {% endblock %} {% block paginator %} {% if page_obj.paginator.num_pages > 1 %} {% endif %} {% endblock %} {% block content_footer_banner %} {% endblock %}
{% block content_text %} {% with filter=filter %} {% include 'includes/event_list_description.html' %} {% endwith %} {% endblock %} {% endblock %}
{% endblock %}