{% extends "base.html" %} {% block content %}
{% if role and role.is_system_role %} {{ _('System role names cannot be changed') }} {% else %} {{ _('A unique name for this role') }} {% endif %}
{{ _('Optional description of this role') }}
{{ _('Select the permissions this role should have:') }}
{{ _('Select which modules should be hidden for this role. Hidden modules will not appear in the navigation and cannot be accessed directly.') }}