{% extends "base_generic.html" %} {% block header %} {% if user.is_authenticated and user.is_superuser %}
Back
Delete a User {% else %}

You are not logged in: login

{% endif %} {% endblock %} {% block body %} {% if user.is_authenticated and user.is_superuser %}

This cannot be undone

Are you sure you want to delete the user: {{ object.first_name }} {{ object.last_name }}?

{% csrf_token %}
{% endif %} {% endblock %}