[% INCLUDE 'admin/header.html' title=loc('Roles') -%]

[% loc("The role's name is used to refer to this group of permissions elsewhere in the admin.") %]

[% form.field('name').render | safe %] [% IF form.field('body').is_active %] [% form.field('body').render | safe %] [% END %]

[% loc("Users with this role can perform the following actions within their assigned body or area.") %]

[% form.field('permissions').render | safe %] [% IF contacts %]
[% INCLUDE 'admin/category-checkboxes.html' hint=loc("Roles can be associated with the categories in which they operate.") %]
[% END %] [% form.field('submit').render | safe %]

[% IF form.item.id %]

[% END %]

Return to roles list

[% INCLUDE 'admin/footer.html' %]