{% extends "base.html" %} {% block core %}

{{ admin.username }} ({{ admin.name }})

{{ xsrf_form_html|safe }}

Admin information

{% include "fragments/admin_form.html" %}
Leaving the password field empty will keep the previous password.
{% if admin.permission_all %}
Delete this admin {% endif %} {% endblock core %}