{% extends "sentry/bases/auth.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load sentry_assets %} {% block title %}{% trans "Unlink Team" %} | {{ block.super }}{% endblock %} {% block auth_main %}
{% csrf_token %}

{{ team }}

Confirm that you'd like to unlink the #{{ team.slug }} team from the Slack #{{ channel_name }} channel.

{% endblock %}