{% extends "controlpanel/base.html" %} {% load lucide %} {% block heading %}Platform admins{% endblock heading %} {% block subheading %}
Staff run the panel. Superusers additionally manage this list.
{% endblock subheading %} {% block actions %} {% lucide "user-plus" size=16 %} Grant access {% endblock actions %} {% block panel %}| 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. | ||||