% layout 'default', title => "Sme server 2 - ${MenuDescription}", share_dir => './'; %# %# Generated by SM2Gen version:${version} %# % content_for 'module' => begin
% if ($config->{debug} == 1) {

%= dumper $c->current_route

% }

<%=$title%>

% if ( stash('modul') ) { %= $c->render_to_string(inline => stash('modul') ); % } %if ($$${prefix}_data->{first}) {

%=$c->render_to_string(inline =>$c->l($$${prefix}_data->{first}))

%} elsif ($$${prefix}_data->{success}) {

Operation Status Report

%= $c->l($$${prefix}_data->{success});

%} elsif ($$${prefix}_data->{error}) {

Operation Status Report - error

%= $c->l($$${prefix}_data->{error});

%} %#Routing to partials according to trt parameter. % if ($$${prefix}_data->{trt} eq "${condition}") { %= include 'partials/_${prefix}_${condition}' %}
%end