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

{% trans 'Поиск' %}:

{% endblock %} {% block content_list %} {% with query=object_list %} {% include 'includes/exposition/search_result.html' %} {% endwith %} {% endblock %} {% block paginator %} {% with page_obj=page_obj queries=queries %} {% include 'includes/search_paginator.html' %} {% endwith %} {% endblock %}