{% extends "superadmin/base_superadmin.html" %} {% block title %}Security - Superadmin{% endblock %} {% block content %}
System security monitoring and access control
{{ groups_without_admins|length }} groups have no assigned administrators
{{ group.name }}
{{ group.group_code }}
All groups have assigned administrators
{{ admin.full_name }}
{{ admin.username }} • {{ admin.custom_id or 'No ID' }}
{{ admin.group.name if admin.group else 'No Group' }}
Last: {{ admin.updated_at.strftime('%b %d, %Y') if admin.updated_at else 'Never' }}