<%INIT>
my $ARGSRef = $ARGS{'ARGSRef'};
if ( (defined($$ARGSRef{'id'}) and $$ARGSRef{'id'} eq 'new') ) {
    if ( (!$$ARGSRef{'Requestors'}) || ($$ARGSRef{'Requestors'} =~ /^[ \t]*$/) ) {
        $$skip_create = 1;
        push @{$results}, loc('Error: empty requestor');
    }
}
</%INIT>
<%ARGS>
$skip_create => undef
$results => undef
</%ARGS>
