|
1 | 1 | {% extends 'layout.jinja' %} |
2 | 2 | {% from 'nhsuk/components/button/macro.jinja' import button %} |
3 | 3 | {% from 'nhsuk/components/input/macro.jinja' import input %} |
| 4 | +{% from 'nhsuk/components/back-link/macro.jinja' import backLink %} |
| 5 | + |
| 6 | +{% block beforeContent %} |
| 7 | +<nav> |
| 8 | + {{ |
| 9 | + backLink({ |
| 10 | + "href": url("questions:have_you_ever_smoked"), |
| 11 | + "text": "Back" |
| 12 | + }) |
| 13 | + }} |
| 14 | +</nav> |
| 15 | +{% endblock beforeContent %} |
4 | 16 |
|
5 | 17 | {% block content %} |
6 | 18 | <div class="nhsuk-grid-row"> |
7 | 19 | <div class="nhsuk-grid-column-two-thirds"> |
8 | | - <h2 class="title">You do not need an NHS lung health check</h2> |
| 20 | + <h2 class="title">You are not eligible for lung cancer screening</h2> |
| 21 | + |
| 22 | + <p>NHS lung cancer screening is for people who have smoked or are current smokers.</p> |
| 23 | + |
| 24 | + <div class="nhsuk-do-dont-list"> |
| 25 | + <h3 class="nhsuk-do-dont-list__label">Speak to a GP if:</h3> |
| 26 | + <p>You have any of the following symptoms:</p> |
| 27 | + |
| 28 | + <ul class="nhsuk-list nhsuk-list--bullet" role="list"> |
| 29 | + <li>a <a href="https://www.nhs.uk/symptoms/cough/">cough</a> that does not go away after 3 weeks</li> |
| 30 | + <li>a long-standing cough that gets worse</li> |
| 31 | + <li><a href="https://www.nhs.uk/conditions/chest-infection/">chest infections</a> that keep coming back</li> |
| 32 | + <li><a href="https://www.nhs.uk/symptoms/coughing-up-blood/">coughing up blood</a></li> |
| 33 | + <li>an ache or pain when breathing or coughing</li> |
| 34 | + <li>persistent <a href="https://www.nhs.uk/symptoms/shortness-of-breath/">breathlessness</a></li> |
| 35 | + <li>persistent tiredness or lack of energy</li> |
| 36 | + <li>loss of appetite or unexplained weight loss</li> |
| 37 | + </ul> |
| 38 | + |
| 39 | + <p>They could be <a href="https://www.nhs.uk/conditions/lung-cancer/symptoms/">symptoms of lung cancer</a>. Your GP will ask about your general health and your symptoms.</p> |
9 | 40 |
|
10 | | - <p>The NHS lung health check is for people who have smoked or are current smokers.</p> |
| 41 | + <p>You may be asked to have a <a href="https://www.nhs.uk/tests-and-treatments/blood-tests/">blood test</a> to rule out some of the possible causes of your symptoms, such as a <a href="https://www.nhs.uk/conditions/chest-infection/">chest infection</a>.</p> |
| 42 | + </div> |
11 | 43 | </div> |
12 | 44 | </div> |
13 | 45 | {% endblock %} |
0 commit comments