% layout 'default', title => "Sme server 2 - quota"; % content_for 'module' => begin
% if (config->{debug} == 1) {

%= dumper $c->current_route %= dumper $quo_datas

% } % if ( stash 'error' ) {
%= $c->render_to_string( inline => stash 'error' )
% }

<%= $title %>

% if ($quo_datas->{trt} eq 'UPD') { %= include 'partials/_quo_upd' % } else { %= include 'partials/_quo_list' % }
% end