This is 160 characters, the limit for 1 text. Seed perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.
+diff --git a/app/views/index.html b/app/views/index.html index 50fbe4b..8104a4b 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -39,22 +39,25 @@
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: EligibleWhen a patient receives a [vaccination], they will show as 'Vaccinated' in your list of patients.
+ + + +To do
+ +View, filter and export vaccination information for your pregnant patients.
+ +This is 160 characters, the limit for 1 text. Seed perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.
+Flag added to patient details and timeline updated.
+ {% endset %} + + {% if data.flag === "success" %} + + {{ notificationBanner({ + heading: "Patient record updated", + html: html, + variant: "success" + }) }} + + {% endif %} + +