{% for route in routes %} {% load static %} {% load i18n %}
{#
#} {#
#} {# Перевозчик:#} {#
#} {#
#} {# {{ route.get_type_transport_display }}#} {#
#} {#
#} {#
#}
Тип:{{ route.get_cargo_type_display }} Вес:{{ route.weight }} кг {{ route.get_type_transport_display }}
{% if route.from_country %}{{ route.from_country }}{% else %}Неизвестно{% endif %} / {% if route.from_city %}{{ route.from_city }}{% else %}Неизвестно{% endif %}
{% if route.to_country %}{{ route.to_country }}{% else %}Неизвестно{% endif %} / {% if route.to_city %}{{ route.to_city }}{% else %}Неизвестно{% endif %}
{% include "small_INCLUDES/carrier_card/inf_about_moving.html" %}
{% translate 'Контакты' %} {% if route.owner_type == 'mover' %} {% translate "перевозчика" %} {% elif route.owner_type == 'customer'%} {% translate "отправителя" %} {% endif %}
{{ route.owner.last_name }} {{ route.owner.first_name }}
{{ route.phone }}
{% if route.owner != user %} {% endif %}
{% endfor %} {#
#} {#
#}
Тип:{{ route.get_cargo_type_display }} Вес:{{ route.weight }} кг {{ route.get_type_transport_display }}
{##} {#
#} {##} {#
#} {#
#} {# #} {# {{ route.from_country.name }}/{{ route.from_city.name }}#} {# #} {##} {#
#} {#
#} {##} {##} {# #} {# {{ route.to_country.name }}/{{ route.to_city.name }}#} {# #} {#
#} {#
#} {##} {#
#} {# Отправка: {{route.departure_DT }}#} {# Прибытие: {{route.arrival_DT }}#} {#
#} {##} {#
#} {# Откуда заберёт:{{ route.from_place }}#} {# Куда доставит:{{ route.to_place }}#} {#
#} {##} {#
#} {##} {# #} {#
#} {##} {#

Контакты перевозчика:

#} {##} {#
#} {# {{ route.owner.last_name }} {{ route.owner.first_name }}#} {#
#} {##} {#
#} {# {{ route.phone }}#} {#
#} {# {{ route.extra_phone }}#} {#
#} {# {{ route.owner.email }}#} {#
#} {#
#} {# #} {#
#} {#
#} {# #} {# Удалить#} {# #} {#
#} {##} {#
#} {#
#}