{% extends 'base.html' %} {% load i18n %} {% block content %} {% comment %}

Delete Account

Are you sure you want to delete this account "{{ obj.email }}"? This will delete all associated information for this user.

{% csrf_token %}
Cancel
{% endcomment %}

{% trans 'Delete Account' %}

Are you sure you want to delete this account "{{ obj.email }}"? This will delete all associated information for this user.

{% csrf_token %}
Cancel
{% endblock %}