{% block body %}
{% block page_title %}{% endblock %}
{% block topbar_extras %}{% endblock %} {% if user %}
{% endif %}
{% if viewed_user %}
Просмотр от имени:
{{ viewed_user.first_name }} {{ viewed_user.last_name }}
({{ viewed_user.email }})
Выйти
{% endif %}
{% if errors %}
{% for e in errors %}
{{ e }}
{% endfor %}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% block content %}{% endblock %}
{% endblock %} {% if jivosite_widget_id %} {% endif %} {% block scripts %}{% endblock %}