{% extends "sentry/teams/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% block sidebar %}
{% blocktrans %}This page lists access groups within your team. An access group is an alternative to using team-wide membership, which allows you to restrict access to only specific projects.{% endblocktrans %}
{% endblock %} {% block bodyclass %} with-sidebar{% endblock %} {% block inner %}{% trans "Name" %} | {% trans "Access Type" %} | {% trans "Actions" %} |
---|---|---|
{{ group.name }}{% if group.managed %} ({% trans "automatically managed" %}){% endif %} | {{ group.get_type_display }} | {% trans "Remove" %} |
{% trans "You have not created any access groups yet." %}
{% endif %} {% endblock %}