% layout 'default', title => "Sme server 2 - Disk usage"; % content_for 'module' => begin
% if (config->{debug} == 1) {
			%= dumper $c->current_route
			%= dumper $c->stash('diskusage')
		
% } % if ( stash 'error' ) {
%= $c->render_to_string(inline => stash 'error')
%} % my $height = $c->stash('height') | '600'; % if ($height !~ /px$/) { $height = $height.'px';} %== $c->stash('diskusage');
%end