{% extends "base.html" %} {% block title %}Project Groups — {{ service_name }}{% endblock %} {% block content %}
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 %}