{% extends "sentry/layout.html" %} {% load i18n %} {% block title %}{% blocktrans with project.name as name %}Manage Project: {{ name }}{% endblocktrans %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
{% trans "Here you can edit project information, as well as control the access list for a project with fine-grained permissions." %}
{% trans "User" %} | {% trans "Access" %} | {% trans "Actions" %} | |||
---|---|---|---|---|---|
{{ user.username }} {{ user.email }} |
{{ member.get_type_display }} | {% if user == project.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" %} |