<%ARGS> @Objects => ()
% unless( @Objects ) { <& /Elements/ListActions, actions => ["Objects list is empty"] &> % } else {
click to check/uncheck all objects at once
% foreach my $o( @Objects ) { <& ObjectCheckBox, Object => $o &> % }
<& /Elements/Submit, Name => 'Wipeout', Label => loc('Wipeout') &> % }
<%INIT>