[% IF report.category == 'Bulky collection' ~%] [% PROCESS 'waste/other-reported-bulky.html' ~%] [% ELSIF report.category == 'Bulky cancel' ~%] [% PROCESS 'waste/other-reported-bulky-cancel.html' ~%] [% ELSE ~%] [% email_summary = "Thanks for logging your report"; email_columns = 2; PROCESS '_email_settings.html'; INCLUDE '_email_top.html'; %] [% start_padded_box | safe %]

Your report has been logged

Your report to [% report.body %] has been logged on [% site_name %].

[% INCLUDE '_council_reference.html' problem=report %] [% end_padded_box | safe %] [% WRAPPER '_email_sidebar.html' object = report %]

[% report.title | html %]

[% report.detail | html_para_email(secondary_p_style) %] [% END %] [% INCLUDE '_email_bottom.html' %] [% END %]