This is 160 characters, the limit for 1 text. Seed perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.
+From 93827dee6d721788a8c29b26d9944bc65645c43b Mon Sep 17 00:00:00 2001 From: Benjy Stanton <2545065+benjystanton@users.noreply.github.com> Date: Tue, 18 Aug 2026 17:05:22 +0100 Subject: [PATCH 01/27] Create check-answers.html --- app/views/invites/check-answers.html | 80 ++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 app/views/invites/check-answers.html diff --git a/app/views/invites/check-answers.html b/app/views/invites/check-answers.html new file mode 100644 index 0000000..5c5fbfc --- /dev/null +++ b/app/views/invites/check-answers.html @@ -0,0 +1,80 @@ +{% extends 'layouts/ravs-plus-layout-1-maternity.html' %} + +{% set pageTitle = "Check answers" %} + +{% block pageTitle %} + {{ pageTitle }} - Record a vaccination - NHS +{% endblock %} + +{% block content %} +
When a patient receives a [vaccination], they will show as 'Vaccinated' in your list of patients.
+ + + +[Message body here]
+ +This is 160 characters, the limit for 1 text. Seed perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.
+[Message body here]
+Please check that you have not included anyone who has recently had a termination, miscarriage or baby loss.
+ " +}) }} diff --git a/app/views/invites/_filtered-patient-list.html b/app/views/invites/_filtered-patient-list.html new file mode 100644 index 0000000..7aceb77 --- /dev/null +++ b/app/views/invites/_filtered-patient-list.html @@ -0,0 +1,40 @@ +{{ summaryList({ + card: { + heading: "Filtered patient list", + headingSize: "m", + actions: { + items: [ + { + text: "Edit", + href: "#" + } + ] + } + }, + rows: [ + { + key: { + text: "Patients" + }, + value: { + text: "354" + } + }, + { + key: { + text: "Filters" + }, + value: { + html: "RSV status: EligibleTo do
+ +To do
+ +View, filter and export vaccination information for your pregnant patients.
+ +To do
- -Flag added to patient details and timeline updated.
+ {% endset %} + + {% if data.flag === "success" %} + + {{ notificationBanner({ + heading: "Patient record updated", + html: html, + variant: "success" + }) }} + + {% endif %} +