{% extends 'partials/base.html' %} {% load static %} {% load thumbnail %} {% load sass_tags %} {% block head_css %} {% endblock %} {% block content %} {% include 'partials/header.html' %}

Переговорная

{% include 'dialog_delete.html' %}
Контакты
{% for contact in contacts_users %} {% include 'inc-contact-card.html' %} {% endfor %}

прикрепить файл

отправить
{% include 'partials/inc-attach-documents.html' with class='documentSpace' %}
    Для заметок
    {# сохранить#} сохранить
    {% include 'contact-info.html' %}
    Заказы
    {% for order in orders %} {% include 'partials/inc-order-card.html' %} {% endfor %}
    {% if archive_projects %}
    Показать архивные заказы
    {% endif %}

    прикрепить файл

    {#
    #} отправить
    Порядок работы
    {# 1.Согласование условий #}

    1. Согласование условий

    Обсуджение задания и условий выполнения работы. Подтверждение заказа исполнителем.

    {% include 'reverse_stage_modal.html' %} {# #}
    {% include 'partials/inc-attach-documents.html' with class='documentOrderSpace' %}
      Для заметок
      сохранить!
      {% include 'review_add_modal.html' %} {% include 'arbitration_modal.html' %} {% include 'order_info.html' %}
      {% include 'partials/footer.html' %}
      {% endblock %} {% block js_block %} {# #} {# #} {% endblock %}