% foreach $tab (sort keys %{$tabs}) {
| 
[{'path'}%>"><% $tabs->{"$tab"}->{'title'}%>]
 | 
%}
% if ($actions) {
%  foreach my $action (sort keys %{$actions}) {
| 
% if ($actions->{"$action"}->{'html'}) {
<%$actions->{"$action"}->{'html'} |n%>
% } else {
<% $actions->{$action}->{'title'}%>
% }
 | 
%  }
 
 
 | 
%}