{% extends "base.html" %} {% load static %} {% block title %}Confirm Delete User{% endblock %} {% block content %}

Confirm User Deletion

Back to Users
Are you sure you want to delete this user?
Warning: This action cannot be undone. All data associated with this user will be permanently deleted.
{% csrf_token %}
Cancel
{% endblock %}