[% BLOCK results %]

[% IF editors.size %] [%- FOR editor=editors -%] [%- link_entity(editor) -%] [%- IF loop.count < editors.size -%], [%- END -%] [%- END -%] [% ELSE %] [% l('No users found') %] [% END %]

[% END %] [% WRAPPER "layout.tt" title=l("Privileged User Accounts") full_width=1 %]

[% l("Privileged User Accounts") %]

[% l("Auto-editors") %]

[% l('Auto-editors are trusted users who have been given {url|auto-editor} privileges. These privileges allow them to make select edits that are automatically approved without going through the normal voting process, as well as the ability to instantly approve other users\' edits.', { url => doc_link('Auto-Editor') }) %]

[% l('The following {count} users have auto-editor privileges:', { count => auto_editors.size }) %]

[%- INCLUDE results editors=auto_editors -%]

[% l("Relationship editors") %]

[% l('Relationship editors are users who can add or modify relationship types in the database. If you would like to propose a new relationship, please do so through the {url|Style Council}. Relationship editors will only make changes that have been approved by the Style Council.', { url => doc_link('Style_Council') }) %]

[% l('The following {count} users are relationship editors:', { count => relationship_editors.size }) %]

[%- INCLUDE results editors=relationship_editors -%]

[% l("Transclusion editors") %]

[% l('Transclusion editors are users who add and maintain entries in the {uri|WikiDocs} transclusion table.', { uri => doc_link('WikiDocs') }) %]

[% l('The following {count} users are transclusion editors:', { count => transclusion_editors.size }) %]

[%- INCLUDE results editors=transclusion_editors -%]

[% l("Location editors") %]

[% l('Location editors are users who can add or modify {uri|areas}.', { uri => doc_link('Area') }) %]

[% l('The following {count} users are location editors:', { count => location_editors.size }) %]

[%- INCLUDE results editors=location_editors -%]

[% l('Banner message editors') %]

[% l('Banner message editors are users who can set a message that is shown in a banner on all pages, e.g. to warn users about upcoming site maintenance.') %]

[% l('The following {count} users are banner message editors:', { count => banner_editors.size }) %]

[%- INCLUDE results editors=banner_editors -%]

[% l('Account administrators') %]

[% l('Account administrators can edit and delete user accounts.') %]

[% l('The following {count} users are account administrators:', { count => account_admins.size }) %]

[%- INCLUDE results editors=account_admins -%]

[% l("Bots") %]

[% l('The following {count} user accounts are bots:', { count => bots.size }) %]

[%- INCLUDE results editors=bots -%]
[% END %]