|
5 | 5 |
|
6 | 6 | {% extends 'layout.html' %} |
7 | 7 |
|
8 | | -{% if (data['who-is-being-registered'] === "dependant") %} |
9 | | - {% set heading = 'Would ' + data['name-first-name'] + ' like to choose a pharmacy for their prescriptions?' %} |
10 | | -{% else %} |
11 | | - {% set heading = 'Would you like to choose a pharmacy for your prescriptions?' %} |
12 | | -{% endif %} |
13 | | - |
14 | 8 | {% block pageTitle %} |
15 | | - {{ heading }} - {{ data.presets[0].servicename }} - NHS |
| 9 | +Where you get your prescription items - {{ data.presets[0].servicename }} - NHS |
16 | 10 | {% endblock %} |
17 | 11 |
|
18 | 12 | {% if (data['ethnicity'] === "Asian or Asian British") %} |
|
29 | 23 | {% set link = 'what-is-your-ethnicity' %} |
30 | 24 | {% endif %} |
31 | 25 |
|
32 | | -{% if (data['user-auth'] === "p9") %} |
33 | | - {% set hintText = 'Choosing a pharmacy now means your GP surgery will send all future prescriptions directly to this new pharmacy.' %} |
34 | | -{% else %} |
35 | | - {% set hintText = 'Choosing a pharmacy means your GP surgery will send prescriptions directly to this pharmacy.' %} |
36 | | -{% endif %} |
37 | | - |
38 | | -{% if (data['user-auth'] === "p9") %} |
39 | | - {% set yesLink = 'Yes~nominate-pharmacy-warning' %} |
40 | | -{% else %} |
41 | | - {% set yesLink = 'Yes~nominate-online-or-street' %} |
42 | | -{% endif %} |
43 | | - |
44 | 26 | {% block outerContent %} |
45 | 27 | {{ backLink({ |
46 | 28 | "href": link, |
|
58 | 40 |
|
59 | 41 | {% include 'live/includes/step.html' %} |
60 | 42 |
|
| 43 | + <h1 class="nhsuk-fieldset__legend--l">Where you get your prescription items</h1> |
| 44 | + <p>Trinity Court Surgery (Demo GP Practice) is a dispensing surgery. This means you may be eligible to get your prescription items such as medicines or medical appliances direct from this GP surgery.</p> |
| 45 | + <p>If you select 'Yes' you must answer the questions you are asked as best you can. If you are eligible the GP surgery may discuss this additional service with you.</p> |
| 46 | + |
| 47 | + <div class="nhsuk-inset-text"> |
| 48 | + <span class="nhsuk-u-visually-hidden">Information: </span> |
| 49 | + <p>If you select 'No' and choose a pharmacy you will not be able change your mind later.</p> |
| 50 | + </div> |
| 51 | + |
61 | 52 | {{ radios({ |
62 | 53 | "idPrefix": "nominate-pharmacy", |
63 | 54 | "name": "nominate-pharmacy", |
64 | 55 | "fieldset": { |
65 | 56 | "legend": { |
66 | | - "text": heading, |
67 | | - "classes": "nhsuk-fieldset__legend--l", |
68 | | - "isPageHeading": "true" |
| 57 | + "text": "Do you want to check if you are eligible?", |
| 58 | + "classes": "nhsuk-fieldset__legend--m", |
| 59 | + "isPageHeading": "false" |
69 | 60 | } |
70 | 61 | }, |
71 | | - "hint": { |
72 | | - "text": hintText |
73 | | - }, |
74 | 62 | "items": [ |
75 | 63 | { |
76 | | - "value": yesLink, |
77 | | - "text": "Yes, choose a pharmacy", |
| 64 | + "value": "Yes~nominate-online-or-street", |
| 65 | + "text": "Yes", |
78 | 66 | checked: checked("nominate-pharmacy", "Yes") |
79 | 67 | }, |
80 | 68 | { |
|
0 commit comments