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

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

{% include 'partials/contractor_profile_tabs.html' %}
{% if not contractor.is_owner_team %} {% endif %}
{% if contractor.is_owner_team %}
{% thumbnail contractor.avatar "265x264" crop="center" as im %} profile-image {% endthumbnail %}

{{ contractor.team }}

Россия, Москва

{# #}
Свободен
написать сообщение
{% specialization_team_widget contractor.team.pk %}
{% if contractor.team %} {% ratings_team_widget contractor.team.pk %} {% endif %} {% if contractor.cro %}

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

{% endif %}
{% for p in portfolios %} {% empty %}

Работ в портфолио пока нет

{% endfor %}
{# TODO:#} {#
#} {# #} {#
#}
{% for ws in work_sells %}
{{ ws.budget }}
{% empty %}

Готовых работ пока нет

{% endfor %}
{# TODO#} {#
#} {# #} {#
#}
{% for review in reviews %}

{{ review.get_sender }}

{% if review.project.deal_type == 'secure_deal' %} Безопасная сделка {% endif %}

{{ review.text|safe }}

{% empty %}

Отзывов пока нет

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