{% extends 'partials/base.html' %} {% load humanize %} {% load thumbnail %} {% load specializtions_tags %} {% block content %} {% include 'partials/header.html' %}

{{ project.name }}

{% if request.user.is_contractor %}

{{ project.budget|intcomma }}

{% endif %}
{% if project.customer.avatar %} execitor-image {% else %} execitor-image {% endif %}

{{ project.customer.get_full_name }} [{{ project.customer.username }}]

{% if not request.user.is_contractor %} {% endif %}
{% if request.user.is_contractor %}
{% endif %}

Специализации:

Интерьеры
Визуализация/3D
  • {{ project.created }}
  • {{ project.get_work_type_display }}
{% if project.cro %}

Есть допуск СРО

{% endif %}
{% if project.realty %}
  • Местоположение: {{ project.realty.location.name }}
  • Классификация здания: {{ project.realty.building_classification.name }}
  • Вид строительства: {{ project.realty.type_construction.name }}
{% endif %}

{{ project.text }}

{% if request.user.is_contractor %} Ответить на проект
{% elif request.user.is_customer %} Редактировать
{% csrf_token %} Снять с публикации
{% endif %}
{% if request.user.is_contractor %} {% if answer %}
{% if answer.author.avatar %} execitor-image {% else %} execitor-image {% endif %}

{% if answer.author|class_name == 'User' %} {{ answer.author.get_full_name }} [{{ answer.author.username }}] {% elif answer.author|class_name == 'Team' %} {{ answer.author.name }} {% endif %}

{% if answer.author|class_name == 'User' %} {% if answer.author.contractor_status == 'free' %}
Свободен
{% endif %} {% endif %}
{% if answer.author|class_name == 'User' and answer.author.cro %}

Есть допуск СРО

{% elif answer.author|class_name == 'Team' %}

Есть допуск СРО

{% endif %}

Цена: {{ answer.budget|intcomma }}

Срок: {{ answer.term }} {{ answer.get_currency_display }} {{ answer.get_term_type_display|decap }}

Опубликован: {{ answer.created|date:'M d, Y' }}

{% for portf in answer.portfolios.all %}
{% endfor %}

Иванов Петр Иванович

13.01.2016 / 21:05

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget odio.

Иванов Петр Иванович

13.01.2016 / 21:05

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget odio.

Ответить
{% else %}
{% csrf_token %}

Стоимость {{ form.budget.errors.as_text }}

{{ form.currency }}

Срок {{ form.term.errors.as_text }}

{{ form.term_type }}

Текст {{ form.text.errors.as_text }}

{% for x in 'abc' %}
{% endfor %}

Портфолио {{ form.portfolios.errors.as_text }}

    {% for p in form.portfolios.field.queryset.all %}
  • {{ p.name }}
  • {% endfor %}
Не более 10 файлов общим объемом до 500 Мб
{{ form.secure_deal_only }} {{ form.secure_deal_only.label }}
{% endif %} {% elif request.user.is_customer and project.answers.exists %}

Исполнители

Сравнить кандидатов

Новые исполнители

{% for answer in project.answers.all %}
{% if answer.author.avatar %} execitor-image {% else %} execitor-image {% endif %}

{% if answer.author|class_name == 'User' %} {{ answer.author.get_full_name }} [{{ answer.author.username }}] {% elif answer.author|class_name == 'Team' %} {{ answer.author.name }} {% endif %}

{% if answer.author|class_name == 'User' %} {% if answer.author.contractor_status == 'free' %}
Свободен
{% endif %} {% endif %}
{% ratings_widget answer.author.pk 'restList2' %} {% if answer.author|class_name == 'User' and answer.author.cro %}

Есть допуск СРО

{% elif answer.author|class_name == 'Team' %}

Есть допуск СРО

{% endif %}

Цена: {{ answer.budget|intcomma }}

Срок: {{ answer.term }} {{ answer.get_currency_display }} {{ answer.get_term_type_display|decap }}

Опубликован: {{ answer.created|date:'M d, Y' }}

{% for portf in answer.portfolios.all %}
{% endfor %}

Иванов Петр Иванович

13.01.2016 / 21:05

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget odio.

Иванов Петр Иванович

13.01.2016 / 21:05

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum laoreet. Proin gravida dolor sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar tempor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nam fermentum, nulla luctus pharetra vulputate, felis tellus mollis orci, sed rhoncus sapien nunc eget odio.

Ответить
{% endfor %} {% endif %} {% include 'partials/footer.html' %}
{% endblock %}