{% extends "base_account.html" %} {% load static %} {% load i18n %} {% load bootstrap5 %} {% block title %}Account managment{% endblock %} {% block content %}
All (you are superuser)
{%else%}{{perms.account_managment}}
{%endif%}{%for x in user.groups.all%} {{x}}, {%endfor%}
{% if not request.user.is_active%}Account not activated!.
{%endif%}