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

Groups

A group consists of equal users which share the object permissions granted to it. Read more.

{% if not current_user.is_readonly %}

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