{% extends "sentry/teams/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_permissions %} {% block bodyclass %} with-sidebar{% endblock %} {% block sidebar %}
{% blocktrans %}This page lists team-wide memberships whom have access to all projects owned by this team. If you wish to add memberships bound to individual projects, you can do so with Access Groups.{% endblocktrans %}
{% endblock %} {% block inner %}{% trans "User" %} | {% trans "Access" %} | {% trans "Actions" %} |
---|---|---|
{% if user.first_name %}{{ user.first_name }} — {% endif %}{{ user.username }} {{ user.email }} |
{% trans "Owner" %} | {% trans "unavailable for owner" %} |
{% if user.first_name %}{{ user.first_name }} — {% endif %}{{ user.username }} {{ user.email }} |
{{ member.get_type_display }} | {% trans "Remove" %} |
{% trans "User" %} | {% trans "Access" %} | {% trans "Actions" %} |
---|---|---|
{{ email }} | {{ member.get_type_display }} | {% trans "Remove" %} {% trans "Resend" %} |