{% extends "base.html" %} {% block body %}
{{ user.id }}
{{ user.created }}
{{ user.updated }}
   Delete User

WARNING: Deleting a user is a very destructive operation. Any objects with foreign keys pointing to this user will be deleted as well.

{% endblock body %}