{% load static %} {% load i18n %} {% load template_filters %} {% load thumbnail %}
{# avatar #} {# END avatar #}
{# country and city #}
{# END country and city #} {# name #}
{# END name #}
{# position #}
{# END position #}
{% trans 'Добавить профили в соц.сетях:' %}
{# contacts #}

{# about #}
{% trans 'О себе:' %}
{# END about #} {# companies #}
{% trans 'Мои компании:' %}
{% with companies=request.user.created_company.all %} {% for company in companies %} {% endfor %} {% endwith %}
{# END companies #}
{% block scripts %} {% endblock %}