diff options
Diffstat (limited to 'templates/email/default/problem-moderated.txt')
-rw-r--r-- | templates/email/default/problem-moderated.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/templates/email/default/problem-moderated.txt b/templates/email/default/problem-moderated.txt new file mode 100644 index 000000000..70dc5ad11 --- /dev/null +++ b/templates/email/default/problem-moderated.txt @@ -0,0 +1,38 @@ +Subject: Your report on [% INCLUDE 'site-name.txt' | trim %] has been moderated + +Hello [% user.name %], + +Your report on [% INCLUDE 'site-name.txt' | trim %] has been moderated. + +[% IF types == 'hide' -%] +The report has been hidden from the site. +[% ELSE %] +The following data has been changed: + + [% types %] + +[% END -%] + +Your report had the title: + +[% problem.moderation_original_data.title %] + +And details: + +[% problem.moderation_original_data.detail %] + +[% UNLESS types == 'hide' %] +You can see the report at [% report_uri %] +[% END %] + +If you do not think that this report should have been moderated, you may contact +the team at [% report_complain_uri %] + +Thank you for submitting a report through [% INCLUDE 'site-name.txt' | trim %]. + + + +[% INCLUDE 'signature.txt' %] + +This email was sent automatically, from an unmonitored email account - so +please do not reply to it. |