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

{{ project }}

execitor-image

{{ project.contractor.get_full_name }} [ivanov_petr]

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

{{ project.specialization }}
  • {{ project.created }}
  • {{ project.type_work }}
{% if project.secure_transaction %}

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

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

{{ project.text }}

Исполнители

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

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

{% 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 %}
{% include 'partials/pagination.html' %}
{% include 'partials/footer.html' %}
{% endblock %}