{% extends "tb_base.html" %} {% load static %} {% load i18n %} {% block meta %} {% endblock %} {% block content %}
{% trans "Поиск посылки" %}
{% include 'v2/blocks/b_search_routes.html' %} {% if not user.is_authenticated %}{% include 'v2/blocks/b_login_modal.html' %}{% endif %} {# {% include 'v2/blocks/b_chat_modal.html' %}#}
{% include "v2/blocks/b_filter_routes.html" %}
{% include "v2/blocks/b_search_routes_result.html" %}
{% endblock %}