% if (@actions ) {
<& /Elements/TitleBoxStart, title => 'Results' &>
<UL>
% foreach my $action (@actions) {
% next unless ($action);
<LI><%$action%></LI>
% }
</UL>
<& /Elements/TitleBoxEnd &>
<BR>
% }
<%ARGS>
@actions => undef
</%ARGS>
