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

{% trans "Are you sure you wish to remove this team? This change is permanent and cannot be undone!" %}

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