[% IF report.category == 'Garden Subscription' OR report.category == 'Cancel Garden Subscription' ~%] [% PROCESS 'waste/other-reported-garden.txt' ~%] [% ELSIF report.category == 'Small items collection' ~%] [% PROCESS 'waste/other-reported-bulky.txt' ~%] [% ELSIF report.cobrand_data == 'waste' ~%] [% PROCESS 'waste/other-reported.txt' ~%] [% ELSE ~%] Subject: Your [% report.category | lower %] report has been logged Hello [% report.name %], Your report to [% report.body %] regarding [% report.category %]: [% report.title %] has been logged on [% site_name %]. [% 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.txt' problem=report %][% CATCH file %][% END %] [% END %] It is available to view at: [% cobrand.base_url_for_report(report) %][% report.view_url %] Your report has the title: [% report.title %] And details: [% report.detail %] [% signature %] This email was sent automatically, from an unmonitored email account - so please do not reply to it. [% END %]