{% extends 'partials/base.html' %} {% load staticfiles %} {% block content %} {% include 'partials/header.html' %}
{% csrf_token %}
{% load mptt_tags %} {% recursetree nodes %}
  • {{ node.name }} {% if not node.is_leaf_node %} --- {{ children }} {% endif %}
  • {% endrecursetree %} {{ form.errors }}
    profile-image

    ФИО:

    {#

    Специализация: {{ form.location}}

    #} {#

    {{ form.contractor_specializations }}

    #} {% for spec in form.instance.contractor_specializations.all %}

    {{ spec }}

    {% endfor %}
    Добавить еще

    Местоположение: {{ form.location.value }}

    Дата рождения:
    Пол:
    {{ form.date_of_birth }}

    Мужской

    Женский

    Сайт:
    Skype:
    Телефон:

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

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