{% extends "base.html" %} {% block title %}Admins{% endblock %} {% block content %}
| Name | Username (login) | Status | Actions | |
|---|---|---|---|---|
| {{ a.full_name }} | {{ a.username }} | {{ a.email or '—' }} |
{% if a.is_active %}
Active
{% else %}
Inactive
{% endif %}
{% if a.must_change_password %}pwd reset{% endif %}
{% if a.is_active %}
{% else %}
{% endif %}
|
|
| No admin accounts yet. Register one below. | ||||
* Required field