{% if arches_nav_bean.is_authorized("/security/groups") %}
{% trans %}Manage Groups{% endtrans %}
|
{% trans %}Create, Delete and Change user groups{% endtrans %}
|
{% endif %}
{% if arches_nav_bean.is_authorized("/security/users") %}
{% trans %}Manage Group Enrollments{% endtrans %}
|
{% trans %}Add and remove users to and from user groups{% endtrans %}
|
{% endif %}
{% if arches_nav_bean.is_authorized("/security/uri_access_rights") %}
{% trans %}URI Access Rights{% endtrans %}
|
{% trans %}Manage security regarding the URI's in this application{% endtrans %}
|
{% endif %}