{% extends "base.html" %} {% block title %}Project Groups — {{ service_name }}{% endblock %} {% block content %}

Project Groups

A project group is a hierarchy of users which share the object permissions granted to it, limited by the permissions each member has for the project itself. Read more.

{% if not current_user.is_readonly and (current_user.is_admin or not config['ONLY_ADMINS_CAN_CREATE_PROJECTS']) %}

{% endif %} {% endfor %} {% endif %} {% endif %} {% endwith %} {% endfor %} {% if not current_user.is_readonly %} {% endif %} {% endblock %} {% block scripts %} {{ super() }} {% if show_create_form %} {% endif %} {% endblock %}