{% extends "base.html" %} {% block title %}Delete Account{% endblock title %} {% block subtitle %}The account data will be deleted.{% endblock subtitle %} {% block content %}
{% csrf_token %}

Any references to this account will be replaced with generic ones.

Are you sure you want to proceed?
This action is irreversible.


Cancel
{% endblock content %}