{% extends "sentry/bases/team.html" %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Access Groups" %} | {{ block.super }}{% endblock %} {% block team_accessgroups_nav %} class="active"{% endblock %} {% block inner %} {% if group_list %}
{% 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 %}