{% extends 'base.html' %} {% block title %}Delete User{% endblock %} {% block content %}
Are you sure you want to delete the user "{{ user_obj.username }}"?
This action cannot be undone.