{% 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 'Мои компании:' %}
{% if request.user.created_company.all %} {% else %}
{% trans 'Пока не добавлено ни одной компании' %}
{% endif %} {% with companies=request.user.created_company.all %} {% for company in companies %} {% endfor %} {% endwith %}
{# END companies #}
{% block scripts %} {% endblock %}