WBfeed.ru
Отзывы
Кабинет
Администратор
{{ current_user["username"] }}
Выйти
Панель администратора
Управление пользователями и подтверждение заявок.
{% if info_message %}
{{ info_message }}
{% endif %}
Пользователи
{{ users|length }}
{% for user in users %}
{{ user["username"] }} {% if user["is_admin"] %}
Администратор
{% endif %} {% if user["is_active"] %}
Активен
{% else %}
Не активен
{% endif %}
{% if current_user["id"] != user["id"] %}
{% if user["is_active"] %}
Отключить
{% else %}
Активировать
{% endif %}
{% endif %}
{% endfor %}
Отзывы
Кабинет
Админ