{% with search_form=search_form search_action=search_action%}
{% 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 %}