{% extends "backend/base.html" %} {% load bootstrap4 %} {% block content %}
Administrator Users - Delete User
Delete an administrator from the system
Deleting {{ object.get_full_name }}
{% csrf_token %} Are you sure you wish to delete {{ object.get_full_name }}? This will irrevocably delete their account and any associated information. You can also disable the user without deleting their data! {% buttons %} Cancel {% endbuttons %}
{% endblock %}