{% extends "sentry/teams/manage.html" %} {% load i18n %} {% block title %}{% trans "Remove Member" %} | {{ block.super }}{% endblock %} {% block heading %}{% trans "Remove Member" %}{% endblock %} {% block main %} {% csrf_token %} {% trans "Are you sure you wish to revoke this user's access? This change is permanent and will revoke their API keys immediately." %} {% trans "Confirm" %} {% trans "Cancel" %} {% endblock %}
{% trans "Are you sure you wish to revoke this user's access? This change is permanent and will revoke their API keys immediately." %}