[%# Interface for screening new accounts for 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" ) -%] [%- INCLUDE components/errors.tt errors = success style = 'success' -%]
[% dw.form_auth %]

[% '.intro' | ml %]

[% form.submit( name = 'begin', value = dw.ml( '.button.begin' ) ) %] [%- IF can_suspend -%]

[% '.intro.suspend' | ml %]

[% form.submit( name = 'suspend', value = dw.ml( '.button.suspend' ) ) %] [%- END -%]