{% extends "sentry/teams/list.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{% blocktrans with team.name as name %}Manage Team: {{ name }}{% endblocktrans %} | {{ block.super }}{% endblock %} {% block bodyclass %} with-left-sidebar{% endblock %} {% block breadcrumb %}
{% trans "Here you can edit team information, as well as control the access list for a team with fine-grained permissions." %}
{% if request.GET.success %}{% trans "Project" %} | {% trans "Actions" %} |
---|---|
{{ project.name }} |
{% trans "Settings" %} |
{% trans "There are no projects managed by this team." %}
{% endif %}{% trans "User" %} | {% trans "Access" %} | {% trans "Actions" %} | |||
---|---|---|---|---|---|
{{ user.username }} {{ user.email }} |
{{ member.get_type_display }} | {% if user == team.owner %}{% trans "unavailable for owner" %} | {% else %}{% trans "Remove" %} | {% if member.is_active %} {% trans "Suspend" %} {% else %} {% trans "Restore" %} {% endif %} | {% endif %}
{% trans "User" %} | {% trans "Access" %} | {% trans "Actions" %} | |
---|---|---|---|
{{ email }} | {{ member.get_type_display }} | {% trans "Remove" %} | {% trans "Resend" %} |