{% extends 'partials/base.html' %} {% load humanize %} {% 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 %}
  • Местоположение: {{ project.realty.country }}, {{ project.realty.city }}
  • Классификация здания: {{ project.realty.building_classification }}
  • Вид строительства: {{ project.realty.type_construction }}

{{ project.text }}

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

Стоимость

Бюджет

{{ form.currency }}

Срок

Тип срока

{{ form.term_type }}

Текст

{% for p in user.portfolio.all %}

{{ p }}

{% endfor %}
{% elif request.user.is_customer %}

Исполнители

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

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

{% for answer in project.answers.all %}
execitor-image

{{ answer.contractor.get_full_name }} []

Свободен

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

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

Срок: {{ answer.term }} {{ answer.term_type }}

Опубликован: {{ answer.created }}

{#
#} {#
#} {#

#} {# Иванов Петр Иванович#} {#

#} {# #} {# 13.0.2016 / 21:05#} {# #} {#
#} {# #} {# #} {# #} {# #} {# #} {#
#} {#

Lorem ipsum dolor sit amet

#} {#
#} {#
#}
{% endfor %}
{% endif %}
{% include 'partials/footer.html' %}
{% endblock %}