{% extends "base.html" %} {% block title %}{{ _('Basic Groups') }} — {{ service_name }}{% endblock %} {% macro show_group_category_tree(group_category_tree) %}
{{ _('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'] or not config['ONLY_ADMINS_CAN_MANAGE_GROUP_CATEGORIES']) %}{% if current_user.is_admin or not config['ONLY_ADMINS_CAN_CREATE_GROUPS'] %} {% endif %} {% if current_user.is_admin or not config['ONLY_ADMINS_CAN_MANAGE_GROUP_CATEGORIES'] %} {{ _('Manage Group Categories') }} {% endif %}
{% endif %} {{ show_group_category_tree(group_category_tree) }} {% if not current_user.is_readonly %}