{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Remove Team" %} | {{ block.super }}{% endblock %} {% block main %}
{% csrf_token %}

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

{% if project_list %}

{% trans "This will also remove all associated projects and events:" %}

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