% layout 'AdminLTE' , title => "Sme server 2 - login"; % content_for 'module' => begin % if ( config 'debug' ) {
% if ( stash 'trt' ) { %= dumper stash 'trt' % }
% } % if ( stash 'error' ) {
<%= $c->render_to_string(inline => stash 'error') %>
% } % my $btn = l('use_SIGNIN'); % if ( $trt eq 'RESET' ) {

<%= $c->render_to_string(inline => l 'use_DESC_RESET') %>

% $btn = l('use_RESET'); % }
% end