{% 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/place/search_result.html' %} {% endwith %} {% endblock %} {% block paginator %} {% if page_obj.paginator.num_pages > 1 %} {% endif %} {% endblock %}