Опросник
{% if current_user.is_authenticated and current_user.is_admin %}
Пользователи
{% endif %}
Опросы
{% if current_user.is_authenticated %}
Админка
Отчёты
{{ current_user.full_name or current_user.username }} {% if current_user.is_admin %}
Админ
{% endif %}
Выйти
{% else %}
Вход
{% endif %}
{% block content %}{% endblock %}