{% load static %}
{% csrf_token %}
{#
#} {# #} {# #} {##} {# {% for item in form.fields.type_transport.choices %}#} {# #} {# {% endfor %}#} {##} {#
#} {% if not errors_off and form.errors and form.errors.type_transport %} {{ form.errors.type_transport }} {% endif %}
{% if form.initial and form.initial.type_transport and form.initial.type_transport != '' %}
{% if not errors_off and form.errors and form.errors.departure_DT %} {{ form.errors.departure_DT }} {% endif %}
{% if not errors_off and form.errors and form.errors.arrival_DT %} {{ form.errors.arrival_DT }} {% endif %}

{% if not errors_off and form.errors and form.errors.from_address_point %} {{ form.errors.from_address_point}} {% endif %}
{% if not errors_off and form.errors and form.errors.to_address_point %} {{ form.errors.to_address_point }} {% endif %}
{#
#} {# #} {# #} {#
#} {#
#} {# #} {# #} {#
#}
{% if not errors_off and form.errors and form.errors.from_place %} {{ form.errors.from_place }} {% endif %}
{% if not errors_off and form.errors and form.errors.to_place %} {{ form.errors.to_place }} {% endif %}

{% for item in form.fields.cargo_type.choices %}
{% endfor %} {% if not errors_off and form.errors and form.errors.cargo_type %} {{ form.errors.cargo_type }} {% endif %}

{% if not errors_off and form.errors and form.errors.weight %} {{ form.errors.weight }} {% endif %}
{% if not errors_off and form.errors and form.errors.weight %} {{ form.errors.weight }} {% endif %}

{% if not errors_off and form.errors and form.errors.phone %} {{ form.errors.phone }} {% endif %}
{% if not errors_off and form.errors and form.errors.extra_phone %} {{ form.errors.extra_phone }} {% endif %}

{% if not errors_off and form.errors and form.errors.receive_msg_by_email %} {{ form.errors.receive_msg_by_email }} {% endif %}
{% endif %}