{% load static %} {% load i18n %} {% load subscribes_tags_extra %} {#Current Datetime: {{ route.from_city.get_current_datetime }}
#} {#Departure DT:{{ route.departure_DT }}
#} {% if route.departure_DT %} {% with current_datetime=route.from_city.get_current_datetime %} {% with departure_datetime=route.departure_DT %} {% if current_datetime|date:"Y-m-d H:i:s" > departure_datetime|date:"Y-m-d H:i:s" %}
{% else %}
{% 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 %}
{% 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 or not show_contacts_allow %} {% endif %} {% if not user.is_anonymous and route.owner != user and show_contacts_allow %} {% endif %} {% if user.is_authenticated and show_contacts_allow %} {% endif %} {% if not user.is_authenticated %} {# {% if not user.is_authenticated and show_contacts_allow %}#} {% endif %}