[% INCLUDE 'admin/header.html' title=loc('Flagged reports and users') %] [% PROCESS 'admin/report_blocks.html' %]
[% loc("You can flag any report or user by editing them, and they will be listed on this page. For example, this can useful if you want to keep an eye on a user who has posted inappropriate reports in the past.") %]
[% loc('ID') %] | [% loc('Title') %] | [% loc('Name') %] | [% loc('Body') %] | [% loc('State') %] | * |
---|
[% loc('No flagged problems found.') %]
[% END %][% loc("Flagged users are not restricted in any way. This is just a list of users that have been marked for attention.") %]
[% IF users.size %][% loc('Name') %] | [% loc('Email') %] | [% loc('In abuse table?') %] | |
---|---|---|---|
[% user.name | html %] | [% user.email | html %] | [% IF user.flagged == 2 %] [% loc('Yes') %] [% ELSE %] [% END %] | list content [% IF user.id %] | [% loc('edit user') %][% END %] |
[% loc('No flagged users found.') %]
[%- END %] [% INCLUDE 'admin/footer.html' %]