{% load static %}
Перевозчик:
{{ 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" %}
{#
#}
Контакты отправителия:
{{ route.owner.last_name }} {{ route.owner.first_name }}
{% if route.owner != user %} {% endif %}