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

Личный кабинет

{% include 'partials/contractor_profile_tabs.html' %}
{% for project in projects %}

{{ project.name }}

  • Объект "{{ project.realty.name }}"

{{ project.text|linebreaksbr|truncatechars:300 }}

{% if TEMPLATE_DEBUG %}
State: {{ project.state }}

Specialization: {{ proj.specialization }}

Realty location: {{ proj.realty.location }}

Constr. type: {{ proj.realty.construction_type }}

Build. classif.: {{ proj.realty.building_classification }}
{% endif %}
  • {{ project.created }}
  • {{ project.hit_count.hits }}
  • {{ project.answers.count }}
  • {{ project.customer.username }}

{{ project.budget }}

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