{% extends 'base.html' %} {% block title %}Delete User - {{ user.username }} - LMS{% endblock %} {% block content %}
Are you sure you want to delete user {{ user.username }}?
This action cannot be undone. All user data will be permanently deleted.