{% extends "controlpanel/base.html" %} {% load lucide ui %} {% block panel_title %}Admins{% endblock panel_title %} {% block breadcrumb %} admins | {{ admins|length }} platform admin{{ admins|length|pluralize }} {% endblock breadcrumb %} {% block actions %} {% endblock actions %} {% block panel %} {% url 'controlpanel:admin_add' as admin_add_url %} {% include "controlpanel/_modal_form.html" with modal_id="admin_add_modal" title="Grant platform access" form=admin_form action_url=admin_add_url submit_label="Grant access" submit_icon="user-plus" blurb="Platform admins can manage every club. They must set up two-factor authentication before they can sign in." %}
| User | Staff | Superuser | Last login | |
|---|---|---|---|---|
|
{{ admin.email }}
{% if admin.pk == user.pk %}
{% lucide "badge-check" size=10 %} That's you
{% endif %}
|
{{ admin.last_login|date:"j M Y"|default:"Never" }} | |||
| No platform admins. | ||||