blob: 50a879d790c8ae74e0d83a2685ceccccb098b920 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Subject: Your [% report.category | lower %] report has been logged
Hello [% report.name %],
Your report to [% report.body %] has been logged on [% site_name %].
[% IF c.cobrand.is_council && !c.cobrand.owns_problem( report ) %]
Please note that [% c.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.url %]
Your report is at the following location:
[% report.title %]
And details:
[% report.detail %]
[% signature %]
This email was sent automatically, from an unmonitored email account - so
please do not reply to it.
|