Skip to content

Commit 182057a

Browse files
Align email and text messages with production
1 parent d02ecf5 commit 182057a

34 files changed

Lines changed: 174 additions & 196 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{ data.team.name }}<br>
2+
{{ data.team.email }}<br>
3+
{{ data.team.tel }}

app/emails/consent/_how-to-respond.njk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
> It’s important to let us know whether you do or do not want your child to have {% if session.programmes.length == 1 %}this vaccination{% else %}these vaccinations{% endif %}. It will take less than 5 minutes to respond using the link below.
44

55
[Respond to the consent request now]({{ session.consentUrl }}/start)
6+
7+
You need to respond by {{ session.formatted.nextDate }}.
8+
9+
If you do not respond, you’ll get automatic reminders. Responding will stop reminders.
10+
11+
If you cannot use the online form, you can respond over the phone using the contact details below. Replies to this email cannot be accepted as consent.

app/emails/consent/_trouble-using-online-form.njk

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
Dear {{ consent.parent.fullName }},
2-
31
You’ve told us that {{ consent.child.firstName }} has had both doses of the MMR vaccine.
42

53
We’ll update our records so you no longer get consent requests for MMR catch-up vaccinations.
64

75
If you did not mean to send this response, or you think that {{ consent.child.firstName }} is not fully vaccinated against MMR, contact our team using the details below.
86

9-
{{ data.team.name }}<br>
10-
{{ data.team.email }}<br>
11-
{{ data.team.tel }}
7+
{% include "emails/consent/_contact-details.njk" %}

app/emails/consent/consent-conflicts.njk

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
You’ve given consent for {{ consent.child.fullAndPreferredNames }} to have their {{ session.vaccinationNames.sentenceCase }}.
22

3-
We don’t currently have any sessions scheduled at your child’s school, but this might change. We’ll be in touch again to let you know if we’re returning to the school. If we’re not, we’ll give you a chance to book into a community clinic.
3+
We don’t currently have any sessions scheduled at your child’s school, but this might change. We’ll contact you again to let you know if we’re returning to the school. If we’re not, we’ll give you a chance to book into a community clinic.
44

5-
If {{ consent.child.firstName }}’s health changes in the meantime, or you arrange to have the vaccination elsewhere, please get in touch.
5+
If {{ consent.child.firstName }}’s health changes in the meantime, or you arrange for them to be vaccinated elsewhere, tell us using the contact details below.
66

7-
{{ data.team.name }}<br>
8-
{{ data.team.email }}<br>
9-
{{ data.team.tel }}
7+
If you want to withdraw your consent, please phone us.
8+
9+
{% include "emails/consent/_contact-details.njk" %}
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
Dear {{ consent.parent.fullName }},
1+
You’ve given consent for {{ consent.child.fullAndPreferredNames }} to have their {{ session.vaccinationNames.sentenceCase }} at {{ session.location.name }}.
22

3-
You’ve given consent for {{ consent.child.fullAndPreferredNames }} to get their {{ session.vaccinationNames.sentenceCase }} at school. Please let them know what to expect. We’ll confirm once the vaccination has taken place.
3+
Please let them know what to expect. We’ll send you confirmation once your child has been vaccinated.
44

5-
If {{ consent.child.firstName }}’s health changes, or you arrange to have the vaccination elsewhere, please get in touch.
5+
If {{ consent.child.firstName }}’s health changes, or you arrange for them to be vaccinated elsewhere, let our team know using the details below. You should also tell us if your child receives any other vaccinations before the session.
66

7-
Speak to a member of our team by calling {{ data.team.tel }}, or email {{ data.team.email }}.
7+
If you want to withdraw your consent, please phone us.
8+
9+
{% include "emails/consent/_contact-details.njk" %}
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
Dear {{ consent.parent.fullName }},
2-
31
You’ve given consent for {{ consent.child.fullAndPreferredNames }} to have their {{ session.vaccinationNames.sentenceCase }} at {{ session.location.name }}.
42

5-
As you answered ‘yes’ to some of the health questions, we need to check the vaccination is suitable for {{ consent.child.firstName }}. We’ll review your answers and get in touch again soon.
3+
As you answered ‘yes’ to one or more of the health questions, we need to review your answers so we can decide what’s best for {{ consent.child.firstName }}. We’ll let you know once we’ve done this.
4+
5+
If you want to withdraw your consent in the meantime, please phone us.
66

7-
{{ data.team.name }}<br>
8-
{{ data.team.email }}<br>
9-
{{ data.team.tel }}
7+
{% include "emails/consent/_contact-details.njk" %}

app/emails/consent/consent-no-sessions.njk

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
Dear {{ consent.parent.fullName }},
2-
31
You have told us you do not want {{ consent.child.fullAndPreferredNames }} to have their {{ session.vaccinationNames.sentenceCase }} at {{ session.location.name }}.
42

5-
If you change your mind, please get in touch with us.
3+
If you change your mind, please contact us.
64

7-
{{ data.team.name }}<br>
8-
{{ data.team.email }}<br>
9-
{{ data.team.tel }}
5+
{% include "emails/consent/_contact-details.njk" %}

0 commit comments

Comments
 (0)