{% extends "base.html" %} {% block title %}{{ _('Basic Groups') }} — {{ service_name }}{% endblock %} {% block content %} {% set allowed_language_ids = [] %} {% for language in languages %} {{ allowed_language_ids.append(language.id) or '' }} {% endfor %}

{{ _('Basic Groups') }}

{{ _('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 %} {% if not current_user.is_readonly %} {% endif %} {% endblock %} {% block stylesheets %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% if show_create_form %} {% endif %} {% endblock %}