% layout 'AdminLTE' , title => "Sme server 2 - login";
% content_for 'module' => begin
% if ( config 'debug' ) {
<%= $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');
% }
Sign in to start your session
% end