{# templates/admin_modals/user_management_modal.html #}
Identity & Access Control
| Identity | Permissions | Status | Operations |
|---|---|---|---|
|
{% if user.profile_picture and user.profile_picture != 'default_avatar.png' %}
{{ user.username[0]|upper }}
{% endif %}
{{ user.username }}
{{ user.email }}
|
{% if user.is_admin %}
Admin
{% else %}
User
{% endif %}
{% if user.is_pro %}
Pro
{% endif %}
|
Verified
{% endif %}
|
|