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

{{ project }}

{{ project.budget | intcomma }}

execitor-image

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

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

Интерьеры
Визуализация/3D
  • 13.0.2016
  • Техническое сопровождение

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

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

{{ project.text }}

Ответить на проект
{{ form.errors }} {% csrf_token %}

Стоимость

Бюджет

{{ form.currency }}

Срок

Тип срока

{{ form.term_type }}

Текст

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

{{ p }}

{% endfor %}
{% for answer in project.answers.all %}
{% if answer.contractor.cro %}

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

{% endif %}

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

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

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

{#
#} {#
#} {#

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

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

#} {# Text#} {#

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