{% extends 'base.html' %} {% load i18n %} {% block title %} {% trans "Permanent Delete instance" %} {% endblock title %} {% block content %}
{% blocktrans %}Are you sure you want to delete this account "{{ obj.email }}"? This will delete all associated information for this user.{% endblocktrans %}