[%# communities/members/purge.tt Confirmation page which displays a list of members that will be purged Authors: Afuna Copyright (c) 2015 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" ) -%] [%- linkbar -%] [%- IF user_list.size > 0 -%]

[% '.explain' | ml( comm = community.ljuser_display ) %]

[%- dw.form_auth -%] [%- FOREACH user = user_list -%] [%- FOREACH role = roles -%] [%- form.hidden( name = "${role}_old", value = user.id ) -%] [%- END -%] [%- END -%] [%- form.submit( value = dw.ml( '.confirm.button' ), name = "action:purge" ) -%] [% '.back' | ml %]
[%- ELSE -%]

[%- '.none' | ml( comm = community.ljuser_display ) -%]

[%- END -%]