{% extends "coprs/detail/settings.html" %} {% from "coprs/detail/_permissions_table.html" import permissions_table with context%} {% set selected_monitor_tab = "permissions" %} {%block settings_breadcrumb %}Permissions{% endblock %} {% block tab_content %}
This view shows permissions of other users to build or manage this project.
{% if (g.user and g.user != copr.user) or permissions %} {# the table is displayed only if there are some permissions or a non-owner is viewing the page (then display at least his applier form #} {% if g.user.id != copr.user_id %}You could not grant permission directly. First the other user have to navigate to this project and open this tab. Then he can apply for permission. You will then receive email. Once you return to this page you can either approve or reject this request.
{% endif %} {% endblock %}