|
1 | 1 | {% extends 'layout.jinja' %} |
2 | 2 | {% from "nhsuk/components/panel/macro.jinja" import panel %} |
| 3 | +{% from "nhsuk/components/button/macro.jinja" import button %} |
3 | 4 |
|
4 | 5 | {% block pageTitle %}Thank you for testing the online service - NHS{% endblock %} |
5 | 6 |
|
6 | 7 | {% block content %} |
7 | 8 | <div class="nhsuk-grid-row"> |
8 | 9 | <div class="nhsuk-grid-column-two-thirds"> |
9 | 10 | {{ panel({ |
10 | | - "titleText": "Thank you for testing the online service" |
| 11 | + "titleText": "Thank you for testing the online service", |
| 12 | + "classes": "nhsuk-panel__title--l", |
11 | 13 | }) }} |
12 | 14 |
|
13 | 15 | <section> |
14 | | - <h2>What happens next</h2> |
15 | | - <p>The online service cannot currently recommend if you need a lung scan.</p> |
16 | | - <p>You will need to complete your questionnaire for NHS lung cancer screening by phone.</p> |
| 16 | + <h2 class="nhsuk-heading-m">What happens next</h2> |
| 17 | + |
| 18 | + <p>You will need to complete your NHS lung cancer screening by phone.</p> |
17 | 19 |
|
18 | 20 | <p>Call us on {% include '_phone_number.jinja' %}.</p> |
19 | 21 |
|
| 22 | + <p>An advisor will ask you similar questions about your medical history and lifestyle. |
| 23 | + They will not have access to the answers you have submitted online. |
| 24 | + This is because we are testing the online service.</p> |
| 25 | + |
20 | 26 | <p> |
21 | | - <strong>Opening hours:</strong><br/> |
| 27 | + <strong>Phone lines are open:</strong><br/> |
22 | 28 | Monday to Friday 8am to 8pm<br/> |
23 | 29 | Saturdays 8am to 1pm |
24 | 30 | </p> |
25 | 31 |
|
26 | | - <p>If we do not hear from you in 14 days we will call you to complete the questionnaire by phone. If you are unable to answer the phone we will call you back.</p> |
| 32 | + <p>If we do not hear from you in 14 days we will call you to complete the questionnaire by phone. |
| 33 | + If you are unable to answer the phone we will call you back.</p> |
27 | 34 |
|
28 | 35 | <p>As a thank you for testing the online service we will offer you a £10 voucher after you have completed your phone appointment.</p> |
29 | 36 | </section> |
30 | 37 |
|
31 | 38 | {% include "_speak_to_a_gp_if.jinja" %} |
32 | 39 |
|
33 | 40 | <section> |
34 | | - <h2>Find your local Stop Smoking Service</h2> |
| 41 | + <h2 class="nhsuk-heading-m">Find your local Stop Smoking Service</h2> |
35 | 42 | <p>Stopping smoking is the single biggest change you can make for your health. <a href="https://www.nhs.uk/better-health/quit-smoking/ready-to-quit-smoking/find-your-local-stop-smoking-service/" target="_blank">Find local services to help you stop smoking.</a></p> |
36 | 43 | </section> |
37 | 44 |
|
38 | 45 | <section> |
39 | | - <h2>Benefits of stopping smoking</h2> |
| 46 | + <h2 class="nhsuk-heading-m">Benefits of stopping smoking</h2> |
40 | 47 | <p>Stopping smoking is a great way to stay healthy, protect the health of those around you, and enjoy a better quality of life.</p> |
41 | 48 | </section> |
42 | 49 |
|
43 | 50 | {% include "_when_you_quit_you.jinja" %} |
44 | 51 |
|
45 | 52 | <section> |
46 | | - <h2>It's never too late to stop</h2> |
| 53 | + <h2 class="nhsuk-heading-m">It's never too late to stop</h2> |
47 | 54 | <p>When you stop smoking, your body can repair itself sooner than you might think. It does not matter how old you are, or how long you have smoked.</p> |
48 | 55 | </section> |
49 | 56 |
|
50 | 57 | {% include "_when_you_stop_smoking_in.jinja" %} |
51 | 58 | {% include "_to_help_stop_smoking.jinja" %} |
52 | 59 | {% include "_smoking_anxiety_and_mood.jinja" %} |
53 | 60 | {% include "_for_free_help_and_support.jinja" %} |
| 61 | + |
| 62 | + <section> |
| 63 | + <h2 class="nhsuk-heading-m">Help us improve this service</h2> |
| 64 | + <p>Tell us about your experience using this service today.</p> |
| 65 | + {{ button({ |
| 66 | + "text": "Give feedback", |
| 67 | + "href": "https://feedback.digital.nhs.uk/jfe/form/SV_6V8dAlFT0sxJnzo" |
| 68 | + })}} |
| 69 | + </section> |
54 | 70 | </div> |
55 | 71 | </div> |
56 | 72 | {% endblock %} |
0 commit comments