{% extends 'admin_panel/base.html' %} {% block title %}Delete User{% endblock %} {% block page_title %}Delete User{% endblock %} {% block content %}
This will permanently delete the user account {% if edit_user.get_full_name %}{{ edit_user.get_full_name }}{% endif %} and cannot be undone.