{% extends 'base.html' %} {% block title %}Delete User - {{ user.username }} - LMS{% endblock %} {% block content %}

Delete User

Are you sure you want to delete user {{ user.username }}?

This action cannot be undone. All user data will be permanently deleted.

{% csrf_token %}
Cancel
{% endblock %}