{% extends "sentry/bases/account.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Close Account" %}{% endblock %} {% block main %}

Close Account

{% csrf_token %}

{% trans "This will permanently remove all associated data for your user." %}

{% trans "Closing your account is permanent and cannot be undone!" %}

{% if organization_results %}

{% trans "If you continue, the following organizations will be removed:" %}

Ownership will remain with other members if an organization is not deleted.
Disabled boxes mean that there is no other owner within the organization so no one else can take ownership.
{% endif %} {{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %}
{% trans "Cancel" %}
{% endblock %}