aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-06-27 12:20:42 +0100
committerStruan Donald <struan@exo.org.uk>2018-06-27 12:20:42 +0100
commit3b45695dddd4aa35e7b04a2a10b8e7732217e155 (patch)
tree572f306a2eeb505748177bcfa044d10b83e92063
parent7717f22c0a723ebc4055f3b3341a7ba7d004dc98 (diff)
[Rutland] archive reports email templates
-rw-r--r--templates/email/rutland/archive.html54
-rw-r--r--templates/email/rutland/archive.txt25
2 files changed, 79 insertions, 0 deletions
diff --git a/templates/email/rutland/archive.html b/templates/email/rutland/archive.html
new file mode 100644
index 000000000..d50be2c7a
--- /dev/null
+++ b/templates/email/rutland/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 %]">
+ Thank you for taking the time to report this issue through
+ FixMyStreet. Rutland County Council have now embedded FixMyStreet
+ within several service areas across the Council, and are adopting
+ this platform as the main reporting tool for all highways and
+ streetscene issues. We will be integrating this system with
+ existing service delivery software.
+ </p>
+ <p style="[% p_style %]">
+ As such, we have taken a decision to close reports prior to 1/5/2018.
+ </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 you believe that the issue has not been resolved you can <a href="https://rutland.fixmystreet.com/">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/rutland/archive.txt b/templates/email/rutland/archive.txt
new file mode 100644
index 000000000..52629d51f
--- /dev/null
+++ b/templates/email/rutland/archive.txt
@@ -0,0 +1,25 @@
+Subject: Your reports on [% site_name %]
+
+Hello [% user.name %],
+
+Thank you for taking the time to report this issue through FixMyStreet. Rutland County Council have now embedded FixMyStreet within several service areas across the Council, and are adopting this platform as the main reporting tool for all highways and streetscene issues. We will be integrating this system with existing service delivery software.
+
+As such, we have taken a decision to close reports prior to 1/5/2018.
+
+We noticed that you have [% report_count %] old [% nget('report', 'reports', report_count) %] on the system, which we've listed below.
+
+If you feel that the issue you reported has not been addressed, please report it again at https://rutland.fixmystreet.com/ or by using the App
+
+[% 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 Rutland County Council