{% with search_form=search_form %}
{% include 'client/includes/catalog_search.html' %}
{% endwith %}
{% block under_search_baner %}
{% include 'client/includes/banners/search_under.html' %}
{% endblock %}
{% block bread_scrumbs %}
{% endblock %}
{% block page_title %}
{% endblock %}
{% block page_filter %}
{% endblock %}
{% block page_body %}
{% block exclude_events_revesred %}
{% if events_reversed %}
{% include "client/includes/reverseorder_warning.html" %}
{% endif %}
{% endblock exclude_events_revesred %}
{% block content_list %}
{% endblock %}
{% block paginator %}
{% endblock %}
{% block content_footer_banner %}
{% endblock %}
{% block seo_text_ %}
{% if seo_text %}
{% include 'client/includes/seo_text.html' with object=seo_text %}
{% endif %}
{% endblock %}
{% endblock %}