40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
{% extends "tb_base.html" %}
|
|
{% load static %}
|
|
{% load i18n %}
|
|
|
|
{% block meta %}
|
|
|
|
<script src="{% static "js/ion.rangeSlider.min.js" %}"></script>
|
|
<link rel="stylesheet" href="{% static "css/ion.rangeSlider.min.css" %}">
|
|
<script src='{% static "js/find_route.js" %}'></script>
|
|
{# <script src="{% static "js/serch_town.js" %}"></script>#}
|
|
<script src="{% static "js/user_profile.js" %}"></script>
|
|
<script src="{% static "js/range_slider_double.js" %}"></script>
|
|
<script src='{% static "js/user_profile_2.js" %}'> </script>
|
|
{% include "connect_ws_js.html" %}
|
|
<script src="{% static "js/filters_functions_find_route.js" %}"></script>
|
|
<script src="{% static "js/dynamic_loading_routes.js" %}"></script>
|
|
{# <script src="{% static "js/range_calendar.js" %}"></script>#}
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
<div class="cut-width">
|
|
<div class="text-align-center">
|
|
<h1 class="title_page">
|
|
{% if owner_type == 'mover' %}
|
|
{% translate "Поиск перевозчика" %}
|
|
{% else %}
|
|
{% translate "Поиск посылки"%}
|
|
{% endif %}
|
|
</h1>
|
|
</div>
|
|
|
|
{% include "blocks/b_find_route_form.html" %}
|
|
|
|
</div>
|
|
|
|
{% endblock %} |