aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/emptyhomes/en-gb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email/emptyhomes/en-gb')
-rw-r--r--templates/email/emptyhomes/en-gb/alert-confirm.txt14
-rw-r--r--templates/email/emptyhomes/en-gb/alert-problem-area.txt13
-rw-r--r--templates/email/emptyhomes/en-gb/alert-problem-council.txt12
-rw-r--r--templates/email/emptyhomes/en-gb/alert-problem-nearby.txt11
-rw-r--r--templates/email/emptyhomes/en-gb/alert-problem-ward.txt13
-rw-r--r--templates/email/emptyhomes/en-gb/alert-problem.txt11
-rw-r--r--templates/email/emptyhomes/en-gb/alert-update.txt13
-rw-r--r--templates/email/emptyhomes/en-gb/contact.txt5
-rw-r--r--templates/email/emptyhomes/en-gb/partial.txt14
-rw-r--r--templates/email/emptyhomes/en-gb/problem-confirm.txt20
-rw-r--r--templates/email/emptyhomes/en-gb/questionnaire-26weeks.txt25
-rw-r--r--templates/email/emptyhomes/en-gb/questionnaire-4weeks.txt25
-rw-r--r--templates/email/emptyhomes/en-gb/submit.txt44
-rw-r--r--templates/email/emptyhomes/en-gb/update-confirm.txt17
14 files changed, 237 insertions, 0 deletions
diff --git a/templates/email/emptyhomes/en-gb/alert-confirm.txt b/templates/email/emptyhomes/en-gb/alert-confirm.txt
new file mode 100644
index 000000000..31952be28
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/alert-confirm.txt
@@ -0,0 +1,14 @@
+Subject: Confirm your alert on reportemptyhomes.com
+
+Hi,
+
+Please click on the link below to confirm the alert you just
+asked to subscribe to on reportemptyhomes.com:
+
+ [% token_url %]
+
+If you can't click the link, please copy and paste it to the
+address bar of your web browser.
+
+Yours,
+The reportemptyhomes.com team
diff --git a/templates/email/emptyhomes/en-gb/alert-problem-area.txt b/templates/email/emptyhomes/en-gb/alert-problem-area.txt
new file mode 100644
index 000000000..0fb11665c
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/alert-problem-area.txt
@@ -0,0 +1,13 @@
+Subject: New empty properties in <?=$values['area_name']?> on reportemptyhomes.com
+
+The following empty properties have been added within
+<?=$values['area_name']?>:
+
+<?=$values['data']?>
+
+Yours,
+reportemptyhomes.com
+
+To stop receiving emails when there are new properties in
+<?=$values['area_name']?>, please follow this link:
+<?=$values['unsubscribe_url']?>
diff --git a/templates/email/emptyhomes/en-gb/alert-problem-council.txt b/templates/email/emptyhomes/en-gb/alert-problem-council.txt
new file mode 100644
index 000000000..6c2d5b55c
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/alert-problem-council.txt
@@ -0,0 +1,12 @@
+Subject: New empty properties reported to <?=$values['area_name']?> on reportemptyhomes.com
+
+The following empty properties have been reported to <?=$values['area_name']?>:
+
+<?=$values['data']?>
+
+Yours,
+reportemptyhomes.com
+
+To stop receiving emails when there are new properties reported to
+<?=$values['area_name']?>, please follow this link:
+<?=$values['unsubscribe_url']?>
diff --git a/templates/email/emptyhomes/en-gb/alert-problem-nearby.txt b/templates/email/emptyhomes/en-gb/alert-problem-nearby.txt
new file mode 100644
index 000000000..abe027d20
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/alert-problem-nearby.txt
@@ -0,0 +1,11 @@
+Subject: New nearby empty properties on reportemptyhomes.com
+
+The following nearby empty properties have been added:
+
+<?=$values['data']?>
+
+Yours,
+reportemptyhomes.com
+
+To stop receiving emails when there are nearby properties,
+please follow this link: <?=$values['unsubscribe_url']?>
diff --git a/templates/email/emptyhomes/en-gb/alert-problem-ward.txt b/templates/email/emptyhomes/en-gb/alert-problem-ward.txt
new file mode 100644
index 000000000..14dabc386
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/alert-problem-ward.txt
@@ -0,0 +1,13 @@
+Subject: New empty properties reported to <?=$values['area_name']?> within <?=$values['ward_name']?> on reportemptyhomes.com
+
+The following empty properties have been reported to <?=$values['area_name']?>
+within <?=$values['ward_name']?>:
+
+<?=$values['data']?>
+
+Yours,
+reportemptyhomes.com
+
+To stop receiving emails when there are new properties reported to
+<?=$values['area_name']?> within <?=$values['ward_name']?>,
+please follow this link: <?=$values['unsubscribe_url']?>
diff --git a/templates/email/emptyhomes/en-gb/alert-problem.txt b/templates/email/emptyhomes/en-gb/alert-problem.txt
new file mode 100644
index 000000000..30dc10c42
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/alert-problem.txt
@@ -0,0 +1,11 @@
+Subject: New empty properties on reportemptyhomes.com
+
+The following empty properties have been added:
+
+<?=$values['data']?>
+
+Yours,
+reportemptyhomes.com
+
+To stop receiving emails when there are new properties,
+please follow this link: <?=$values['unsubscribe_url']?>
diff --git a/templates/email/emptyhomes/en-gb/alert-update.txt b/templates/email/emptyhomes/en-gb/alert-update.txt
new file mode 100644
index 000000000..9ae295b3e
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/alert-update.txt
@@ -0,0 +1,13 @@
+Subject: New updates on empty property- '<?=$values['title']?>'
+
+The following updates have been left on this empty property:
+
+<?=$values['data']?>
+
+View or reply to these updates: <?=$values['problem_url']?>
+
+Yours,
+reportemptyhomes.com
+
+To stop receiving emails when there are new updates on this property,
+please follow this link: <?=$values['unsubscribe_url']?>
diff --git a/templates/email/emptyhomes/en-gb/contact.txt b/templates/email/emptyhomes/en-gb/contact.txt
new file mode 100644
index 000000000..446265517
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/contact.txt
@@ -0,0 +1,5 @@
+Subject: reportemptyhomes.com message: [% subject %]
+
+[% message %]
+
+[ Sent by contact.cgi on [% host %]. IP address [% ip %] ]
diff --git a/templates/email/emptyhomes/en-gb/partial.txt b/templates/email/emptyhomes/en-gb/partial.txt
new file mode 100644
index 000000000..0ec2d4b68
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/partial.txt
@@ -0,0 +1,14 @@
+Subject: Confirm your report on reportemptyhomes.com
+
+Hi [% report.name || report.email %],
+
+To confirm the report you have uploaded to reportemptyhomes.com via
+[% report.service %], and to check or add any details,
+please visit the following URL:
+
+[% token_url %]
+
+Thanks!
+
+Yours,
+The reportemptyhomes.com team
diff --git a/templates/email/emptyhomes/en-gb/problem-confirm.txt b/templates/email/emptyhomes/en-gb/problem-confirm.txt
new file mode 100644
index 000000000..f8ff3e7ca
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/problem-confirm.txt
@@ -0,0 +1,20 @@
+Subject: Confirm your empty property report
+
+Hi [% report.user.name %],
+
+Please click on the link below to confirm the empty property
+report you just added to the site:
+
+[% token_url %]
+
+If your email program does not let you click on this link,
+copy and paste it into your web browser and press return.
+
+Your report had the subject:
+[% report.title %]
+
+And details:
+[% report.detail %]
+
+Yours,
+reportemptyhomes.com
diff --git a/templates/email/emptyhomes/en-gb/questionnaire-26weeks.txt b/templates/email/emptyhomes/en-gb/questionnaire-26weeks.txt
new file mode 100644
index 000000000..758157ec0
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/questionnaire-26weeks.txt
@@ -0,0 +1,25 @@
+Subject: Questionnaire about your empty property report
+
+Hi <?=$values['name']?>,
+
+Six months ago, you reported an empty home on ReportEmptyHomes.com with the
+details provided at the end of this email. To keep our site up to date and
+relevant, I'd be grateful if you could fill in this short questionnaire to tell
+us what has happened:
+
+ <?=$values['url']?>
+
+Please do not reply to this email; there is a public comment
+box on the questionnaire.
+
+Yours,
+reportemptyhomes.com
+
+Your report was as follows:
+
+<?=$values['title']?>
+
+Property type: <?=$values['category']?>
+
+<?=$values['detail']?>
+
diff --git a/templates/email/emptyhomes/en-gb/questionnaire-4weeks.txt b/templates/email/emptyhomes/en-gb/questionnaire-4weeks.txt
new file mode 100644
index 000000000..436da73d6
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/questionnaire-4weeks.txt
@@ -0,0 +1,25 @@
+Subject: Questionnaire about your empty property report
+
+Hi <?=$values['name']?>,
+
+Four weeks ago, you reported an empty home on ReportEmptyHomes.com with the
+details provided at the end of this email. To keep our site up to date and
+relevant, I'd be grateful if you could fill in this short questionnaire to tell
+us what has happened:
+
+ <?=$values['url']?>
+
+Please do not reply to this email; there is a public comment
+box on the questionnaire.
+
+Yours,
+reportemptyhomes.com
+
+Your report was as follows:
+
+<?=$values['title']?>
+
+Property type: <?=$values['category']?>
+
+<?=$values['detail']?>
+
diff --git a/templates/email/emptyhomes/en-gb/submit.txt b/templates/email/emptyhomes/en-gb/submit.txt
new file mode 100644
index 000000000..4bbaed408
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/submit.txt
@@ -0,0 +1,44 @@
+Subject: Empty property report
+
+Dear Empty Property Officer,
+
+This is a new referral of an empty property in your area made by a user of the
+website ReportEmptyHomes.com; the website user has been told that the case has
+been referred to you. We would be grateful if you could do whatever you can to
+help get this property back into use. We will contact the user in a month and
+again in six months and ask them what has happened to the property.
+
+We'd encourage you to tell us what you have done, and when the property comes
+back into use, by filling in an update against the property referral on the
+website:
+
+ <?=$values['url']?>
+
+This gives useful feedback to website users and helps them understand what
+action you are taking. We will offer advice to the user on other action they
+might take if the property isn't successfully dealt with.
+
+<?=$values['has_photo']?>If you would like help or advice on getting empty properties back into use
+there is lots of useful information on the Empty Homes Agency's website
+www.EmptyHomes.com - if you have further questions please give us a call.
+
+----------
+
+Name: <?=$values['name']?>
+
+Email: <?=$values['email']?>
+
+<?=$values['phone_line']?>Subject: <?=$values['title']?>
+
+Property type: <?=$values['category']?>
+
+Details: <?=$values['detail']?>
+
+<?=$values['closest_address']?>----------
+
+Replies to this email will go to the user who submitted the report, if
+you would like to ask for any further information.
+
+Yours,
+reportemptyhomes.com
+
diff --git a/templates/email/emptyhomes/en-gb/update-confirm.txt b/templates/email/emptyhomes/en-gb/update-confirm.txt
new file mode 100644
index 000000000..8facbcf07
--- /dev/null
+++ b/templates/email/emptyhomes/en-gb/update-confirm.txt
@@ -0,0 +1,17 @@
+Subject: Confirm your update on reportemptyhomes.com
+
+Hi [% update.user.name %],
+
+Please click on the link below to confirm the update you just wrote:
+
+[% token_url %]
+
+If your email program does not let you click on this link,
+copy and paste it into your web browser and press return.
+
+Your update reads:
+
+[% update.text %]
+
+Yours,
+The reportemptyhomes.com team