{% extends "sentry/bases/organization.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block org_settings_nav %}active{% endblock %} {% block inner %}
{% csrf_token %}

{% trans "Removing this organization is permanent and cannot be undone!" %}

{% if team_list %}

{% trans "This will also remove the following teams and all associated projects:" %}

{% endif %} {{ form|as_crispy_errors }} {% for field in form %} {{ field|as_crispy_field }} {% endfor %}
{% trans "Cancel" %}
{% endblock %}