[%# Interface for suspending new accounts that contain spam content. # # Authors: # Jen Griffin # # Copyright (c) 2020 by Dreamwidth Studios, LLC. # # This program is free software; you may redistribute it and/or modify it # under the same terms as Perl itself. For a copy of the license, please # reference 'perldoc perlartistic' or 'perldoc perlgpl'. # %] [%- sections.title='.title' | ml -%] [%- CALL dw.active_resource_group( "foundation" ) -%]

[% '.backlink' | ml %]

[%- IF users.size -%]
[% dw.form_auth %] [% form.hidden( name = 'uids', value = users.keys.nsort.join(' ') ) %]

[% '.intro' | ml %]

[%- FOREACH u IN users.values -%] [% form.checkbox( name = "user_${u.id}", value = 1, selected = 1 ) %] [% u.ljuser_display %]
[%- END -%]
[% form.submit( name = 'do_suspend', value = dw.ml( '.button.suspend' ) ) %]
[%- ELSE -%]

[% '.error.nousers' | ml %]

[%- END -%]