{% load i18n %} {% load static %}
{{ route.owner }}
{% if route.owner_type == 'customer' %}{% trans "Нужен перевозчик" %}{% else %}{% trans "Могу перевезти" %}{% endif %}
{% trans "Тип посылки:" %}
{{ route.get_cargo_type_display }}
{{ route.phone }}
{% if route.comment %} {{ route.comment|linebreaksbr }} {% else %} {% trans "Комментарий отсутствует" %} {% endif %}
{% trans "Объявление №" %} {{ route.id }}
{% if route.owner_type == 'customer' %}{% trans "Нужен перевозчик" %}{% else %}{% trans "Могу перевезти" %}{% endif %}
{% trans "Тип посылки:" %}
{{ route.get_cargo_type_display }}
{{ route.phone }}
{{ route.owner }}
{% if route.comment %} {{ route.comment|linebreaksbr }} {% else %} {% trans "Комментарий отсутствует" %} {% endif %}
{% trans "Объявление №" %} {{ route.id }}
{% trans "Забрать из:" %}
{{ route.from_city.country.code }}
{{ route.from_city.name }}/{{ route.from_city.country.name }}
{% if route.owner_type == 'mover' %}
{% trans "Отправка:" %}
{{ route.departure_DT|date:'d F Y' }}
{% endif %}
{{ route.get_type_transport_display }}
{% if route.type_transport == '' %} {% elif route.type_transport == 'road' %} {% elif route.type_transport == 'avia' %} {% endif %}
{% if route.owner_type == 'customer' %}
{% trans "Дата доставки:" %}
{{ route.arrival_DT|date:'d F Y' }}
{% endif %}
{% trans "Доставить в:" %}
{{ route.to_city.country.code }}
{{ route.to_city.name }}/{{ route.to_city.country.name }}
{% if route.owner_type == 'mover' %}
{% trans "Прибытие:" %}
{{ route.arrival_DT|date:'d F Y' }}
{% endif %}
{% trans "Забрать из:" %}
{{ route.from_city.country.code }}
{{ route.from_city.name }}/{{ route.from_city.country.name }}
{{ route.get_type_transport_display }}
{% if route.type_transport == '' %} {% elif route.type_transport == 'road' %} {% elif route.type_transport == 'avia' %} {% endif %}
{% if route.owner_type == 'customer' %}
{% trans "Дата доставки:" %}
{{ route.arrival_DT|date:'d F Y' }}
{% else %}
{% trans "Отправка:" %}
{{ route.departure_DT|date:'d F Y' }}
{% trans "Прибытие:" %}
{{ route.arrival_DT|date:'d F Y' }}
{% endif %}
{% trans "Доставить в:" %}
{{ route.to_city.country.code }}
{{ route.to_city.name }}/{{ route.to_city.country.name }}
{% trans "Удалить" %}
{% trans "Поднять" %}
Осталось поднятий: {{ remains_route_rising_count }}
{% trans "Выделить цветом" %}
Осталось выделений: {{ remains_route_highlight_count }}
{% trans "Редактировать" %}
{{ route.phone }}
{% trans "Редактировать" %}
{% trans "Поднять" %}
Осталось поднятий: {{ remains_route_rising_count }}
{% trans "Выделить цветом" %}
Осталось выделений: {{ remains_route_highlight_count }}
{% trans "Удалить" %}