diff options
-rw-r--r-- | templates/email/bathnes/archive.html | 54 | ||||
-rw-r--r-- | templates/email/bathnes/archive.txt | 27 |
2 files changed, 81 insertions, 0 deletions
diff --git a/templates/email/bathnes/archive.html b/templates/email/bathnes/archive.html new file mode 100644 index 000000000..d7afa0093 --- /dev/null +++ b/templates/email/bathnes/archive.html @@ -0,0 +1,54 @@ +[% + +email_summary = "Your reports on " _ site_name; + +PROCESS '_email_settings.html'; + +INCLUDE '_email_top.html'; + +%] + +<th style="[% td_style %][% only_column_style %]"> + <h1 style="[% h1_style %]">Your reports on [% site_name %]</h1> + <p style="[% p_style %]"> + Hello [% user.name %], + </p> + <p style="[% p_style %]"> + FixMyStreet is being updated in Bath & North East Somerset to + improve how problems get reported. + </p> + <p style="[% p_style %]"> + As part of this process, we are closing historic reports + which remain open in FixMyStreet. + </p> + <p style="[% p_style %]"> + We noticed that you have [% report_count %] old [% nget('report', 'reports', report_count) %] on the system, + which we've listed below. + </p> + <p style="[% p_style %]"> + If your report is no longer an issue, you don't need to do anything. + </p> + <p style="[% p_style %]"> + If you believe that the issue has not been resolved you can <a href="https://www.bathnes.gov.uk/reportit">report it again here.</a> + </p> + + [% FOR report IN reports %] + <div style="[% list_item_style %]"> + [% IF report.photo %] + <a href="[% cobrand.base_url_for_report( report ) %]/report/[% report.id %]"> + <img style="[% list_item_photo_style %]" src="[% inline_image(report.get_first_image_fp) %]" alt=""> + </a> + [% END %] + <h2 style="[% list_item_h2_style %]"><a href="[% cobrand.base_url_for_report( report ) %]/report/[% report.id %]"> + [%~ report.title | html ~%] + </a></h2> + <p style="[% list_item_p_style %]">[% report.detail | html %]</p> + <p style="[% list_item_date_style %]"> + Reported [% report.time_ago %] ago. + </p> + </div> + [% END %] + +</th> + +[% INCLUDE '_email_bottom.html' %] diff --git a/templates/email/bathnes/archive.txt b/templates/email/bathnes/archive.txt new file mode 100644 index 000000000..d4913b1a4 --- /dev/null +++ b/templates/email/bathnes/archive.txt @@ -0,0 +1,27 @@ +Subject: Your reports on [% site_name %] + +Hello [% user.name %], + +FixMyStreet is being updated in Bath & North East Somerset to improve how problems get reported. + +As part of this process, we are closing historic reports which remain open in FixMyStreet. + +We noticed that you have [% report_count %] old [% nget('report', 'reports', report_count) %] on the system, which we've listed below. + +If your report is no longer an issue, you don't need to do anything. + +If you believe that the issue has not been resolved you can report it again here: https://www.bathnes.gov.uk/reportit + +[% FOR report IN reports %] + +[% report.title %] + +Reported [% report.time_ago %] ago. + +View report: [% cobrand.base_url_for_report( report ) %]/report/[% report.id %] + +---- + +[% END %] + +The FixMyStreet team and Bath & North East Somerset Council |