[% INCLUDE 'admin/header.html' title=loc('Search Users') %]
[% PROCESS 'admin/report_blocks.html' %]
[% BLOCK role_select %]
[% END %]
[% INCLUDE status_message %]
[% loc("User search finds matches in users' names and email addresses.") %]
[% IF users.size %]
[% ELSIF searched || role_selected %]
[% loc("Searching found no users.") %]
[% END %]
[% IF NOT ( searched || role_selected )%]
[% loc('Add user') %]
[% INCLUDE 'admin/users/form.html', user = '' %]
[% ELSE %]
[% loc('Add user') %]
[% END %]
[% INCLUDE 'admin/footer.html' %]