{% extends "base.html" %} {% block title %}{{ _('Group Categories') }} — {{ service_name }}{% endblock %} {% macro show_group_category_tree(group_category_tree) %} {% endmacro %} {% block content %}

{{ _('Group Categories') }}

{{ _('Group Categories provide a hierarchical structure to the lists of basic and project groups, but do not impact permissions in any way.') }} {{ _('Read more.')}}

{% if not current_user.is_readonly and (current_user.is_admin or not config['ONLY_ADMINS_CAN_MANAGE_GROUP_CATEGORIES']) %}

{{ _('Create Group Category') }}

{% endif %} {{ show_group_category_tree(group_category_tree) }} {% endblock content %}