{% extends "base.html" %} {% block title %}Basic Groups — {{ service_name }}{% endblock %} {% block content %}
A basic group consists of equal users which share the object permissions granted to it. Read more.
{% if not current_user.is_readonly and (current_user.is_admin or not config['ONLY_ADMINS_CAN_CREATE_GROUPS']) %}{% endif %}