{% extends 'base/base.html' %} {% load static %} {% block title %}{{ pagename }}{% endblock %} {% block heading %}

Профиль

{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Нет изображения
Сменить пароль

Имя пользователя

{{ profile.name }}

Электронная почта

{{ profile.user.email }}

Текущая роль

{% if profile.custom_role_id == ZENDESK_ROLES.engineer %}
engineer
{% elif profile.custom_role_id == ZENDESK_ROLES.light_agent %}
light_agent
{% else %}
None
{% endif %}

Запросить права доступа
{% endblock %}