[% IF report.category == 'Garden Subscription' OR report.category == 'Cancel Garden Subscription' ~%] [% PROCESS 'waste/other-reported-garden.html' ~%] [% ELSIF report.category == 'Bulky collection' ~%] [% PROCESS 'waste/other-reported-bulky.html' ~%] [% ELSIF report.cobrand_data == 'waste' ~%] [% PROCESS 'waste/other-reported.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

[% IF cobrand.moniker == 'northnorthants' %]

Your report to [% report.body %] has been logged on the Highways reporting system.

[% ELSE %]

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

[% END %] [% IF report.non_public %]

It has been marked as private and will not be visible to the general public; you may view it using the link below, or if you sign in using the email address associated with the report.

[% END %] [% IF cobrand.is_council && !cobrand.owns_problem( report ) %]

Please note that [% cobrand.council_name %] is not responsible for this type of report, so it will instead be sent to [% report.body %].

[% ELSE %] [% TRY %][% INCLUDE '_council_reference.html' problem=report %][% CATCH file %][% END %] [% END %]

View my 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 %]