{% 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 %}#} {% if contractor.avatar %} profile-image {% else %} profile-image {% endif %}

{{ 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 contractor.portfolios.all %}

{{ p.name }}

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

{{ ws }}

{% if request.user.pk == contractor.pk %}
{% csrf_token %}
{% endif %}
{% endfor %}

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

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

{{ contractor.get_full_name }}

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

{{ contractor.get_gender }}, {{ contractor.date_of_birth }}

    {% if contractor.website %}
  • {{ contractor.website }}
  • {% endif %}
  • {{ contractor.email }}
  • {% if contractor.phone %}
  • {{ contractor.phone }}
  • {% endif %}
{% specialization_widget contractor.pk %}
{{ contractor.contractor_resume.text | safe }}
{% 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 %}