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

(DBG)route: <%= $c->current_route %>
(DBG)trt: <%= $bugr_datas->{trt} %>

% }

<%= $title %>

%=l ('bugr_DO_NOT_PANIC')

%=l ('bugr_SME_EXPERIENCE')

%=l ('bugr_USE_TEMPLATE') : https://wiki.koozali.org/Bugzilla_Help#Reporting_Bugs.

%=l ('bugr_PLEASE_REPORT_HERE') : https://bugs.koozali.org.

%=l ('bugr_FOLLOWING_REPORT_MIGHT_HELP')

%=l ('bugr_REPORT_CONTENT')

%=l ('bugr_PRIVACY')

<% my $btn = l('bugr_CREATE_REPORT'); %> %= form_for 'bugreport' => (method => 'POST') => begin %= submit_button "$btn", class => 'action' % end

%=l ('bugr_DONATING')

%=l ('bugr_AWARE_SME')

%=l ('bugr_YOUR_HELP')

%=l ('bugr_CONSIDER_DONATING')

%= link_to 'https://wiki.koozali.org/Donate' => begin %= image '/images/btn_donateCC_LG.gif' %= hidden_field 'trt' => $bugr_datas->{trt} % end
%=l ('bugr_THANK_YOU')

%end