current_datetime|date:"Y-m-d H:i:s" %} highlight-color {% endif %}" data-number-of-route="{{ route.id }}">
{% endif %}
{% endwith %}
{% endwith %}
{% endif %}
{% if route.owner_type == 'customer' or route.owner_type == 'mover' %}
{% translate "Тип: " %}{{ route.get_cargo_type_display }}
{% translate "Вес: " %}{{ route.weight }} {% translate "кг" %}
{% if route.type_transport == 'road' %}
{% elif route.type_transport == 'avia'%}
{% endif %}
{{ route.get_type_transport_display }}
{% endif %}
{{ route.from_country_n_city_str }}
{{ route.to_country_n_city_str }}
{% include "small_INCLUDES/carrier_card/inf_about_moving.html" %}
{% translate 'Контакты' %}
{% if route.owner_type == 'mover' %}
{% translate "перевозчика" %}
{% elif route.owner_type == 'customer'%}
{% translate "отправителя" %}
{% endif %}
{#
#}
{# {% if user.is_authenticated %}#}
{#
{{ route.owner.last_name }} {{ route.owner.first_name }} #}
{#
{{ route.owner.last_name }} {{ route.owner.first_name }} #}
{# {% endif %}#}
{# {% if not user.is_authenticated %}#}
{#
#}
{# {% endif %}#}
{% check_subscribe_option request.user 'просмотр контактов' as show_contacts_allow %}
{% if user.is_authenticated and show_contacts_allow %}
{% endif %}
{% if not user.is_authenticated or not show_contacts_allow %}
{% endif %}
{% if not user.is_anonymous and route.owner != user and show_contacts_allow %}
{% translate "Написать сообщение" %}
{# #}
{% endif %}
{% if user.is_authenticated and show_contacts_allow %}
{% translate "Открыть контакт"%}
{% endif %}
{% if not user.is_authenticated %}
{# {% if not user.is_authenticated and show_contacts_allow %}#}
{% endif %}