{% extends 'admin_panel/base.html' %} {% block title %}Delete User{% endblock %} {% block page_title %}Delete User{% endblock %} {% block content %}
Confirm Deletion
Delete "{{ edit_user.username }}"?

This will permanently delete the user account {% if edit_user.get_full_name %}{{ edit_user.get_full_name }}{% endif %} and cannot be undone.

{% csrf_token %} Cancel
{% endblock %}