{% extends "controlpanel/base.html" %} {% load lucide ui %} {% block heading %}Platform admins{% endblock heading %} {% block subheading %}
Staff run the panel. Superusers additionally manage this list.
{% endblock subheading %} {% 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 %}
That's you {% endif %}
|
{{ admin.last_login|date:"j M Y"|default:"Never" }} | |||
| No platform admins. | ||||