{% extends 'partials/base.html' %} {% load projects_tags %} {% 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.is_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 }}

{% endfor %}
{% if contractor.pk == request.user.pk %} {% endif %}
{% for ws in user.work_sell.all %}
{{ ws.budget }}

{{ ws }}

{% 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 }} Редактировать

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

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

Допуск СРО

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

Иванов Петр Иванович

Безопасная сделка

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean euismod bibendum

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