{% extends 'partials/base.html' %} {% load specializtions_tags %} {% load thumbnail %} {% block content %} {% include 'partials/header.html' %}
{% thumbnail contractor.avatar "235x224" crop="center" as im %} profile-image {% endthumbnail %}

{{ contractor.get_full_name }} [{{ contractor.username }}]

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

{% if contractor.contractor_status == 'free' %}
Свободен
{% endif %} показать контакты
{% specialization_widget contractor.pk %}
{% ratings_widget contractor.pk %} {% if contractor.cro %}

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

{% endif %}
{% if contractor.pk == request.user.pk %} {% endif %}
{% for p in user.portfolios.all %}

{{ p.name }}

{% csrf_token %}
{% endfor %}
{% if contractor.pk == request.user.pk %} {% endif %}
{% for ws in user.work_sell.all %}
{% thumbnail ws.get_cover "224x224" crop="center" as im %}
{% endthumbnail %}
{{ ws.budget }}

{{ ws }}

{% csrf_token %}
{% endfor %}

Загрузить резюме

Загрузить файл

{% thumbnail contractor.avatar "176x160" crop="center" as im %} profile-image {% endthumbnail %}

{{ user.get_full_name }}

{% if contractor.contractor_resume.resume_file %} скачать резюме {% endif %}

{# Мужчина, 24 года, {{ user.date_of_birth }}#}

  • {{ contractor.website }}
  • {{ contractor.email }}
  • {{ contractor.phone }}
  • Россия, Москва

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

Интерьеры 2-й
Визуализация/3D 45-й
{{ contractor.contractor_resume.text }} Редактировать

Дипломы / Сертификаты

Загрузить файл

Допуск СРО

Загрузить файл

{% for review in contractor.contractor_reviews.all %}

{{ review.get_sender }}

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

{{ review.text }}

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