{% load static %} {% load i18n %} {% if route.departure_DT %} {% now 'Y-m-d H:i:s' as current_date %} {% with departure_date_string=route.departure_DT|date:"Y-m-d H:i:s" %} {% if departure_date_string < current_date %}
{% else %}
{% endif %} {% endwith %} {% endif %}
{% if route.owner_type == 'mover' %}
{% translate "Перевозчик:" %}
{% if route.type_transport == 'road' %} {% elif route.type_transport == 'avia'%} {% endif %} {{ route.get_type_transport_display }}
{% endif %} {% if route.owner_type == 'customer' %}
{% 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 %}#}
{% if user.is_authenticated %}
{% 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 %} {{ route.phone }} {# #}
{% endif %} {% if not user.is_authenticated %} {% endif %} {% if not user.is_anonymous and route.owner != user %} {% endif %} {% if user.is_authenticated %} {% endif %} {% if not user.is_authenticated %} {% endif %}