{% extends "sentry/layout.html" %} {% load i18n %} {% block title %}{% blocktrans with project.name as name %}Manage Project: {{ name }}{% endblocktrans %} | {{ block.super }}{% endblock %} {% block heading %} {% blocktrans with project.name as name %}Manage Project {{ name }}{% endblocktrans %} {% endblock %} {% block sidebar %}
{% trans "Here you can edit project information, as well as control the access list for a project with fine-grained permissions." %}
{% trans "Username" %} | {% trans "Access" %} | |
---|---|---|
{{ user.username }} | {{ member.get_type_display }} | {% if user == project.owner %} owner {% else %} {% trans "Revoke" %} {% endif %} |