{% extends 'partials/base.html' %} {% load thumbnail %} {% block content %} {% include 'partials/header.html' %}
{% csrf_token %} {% if request.user.is_customer %} {% elif request.user.is_contractor %} {% endif %}
{% if form.avatar.value %} profile-image {% endif %}

ФИО

{% if request.user.is_contractor %}

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

{% for spec_id in form.contractor_specializations.value %}
{% endfor %}
Добавить еще
{% endif %}

Местоположение

Дата рождения
Пол
{{ form.date_of_birth }}
{% for id, text in form.gender.field.choices %}

{{ text }}

{% endfor %}
Сайт
Skype
{#
Электронная почта:
#}
Телефон
{#
#} {# #} {#
#}

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

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