Skip to content

Commit ab7c470

Browse files
committed
PPHA-478: Add non smoker dropout page content
1 parent 5413921 commit ab7c470

1 file changed

Lines changed: 34 additions & 2 deletions

File tree

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,45 @@
11
{% extends 'layout.jinja' %}
22
{% from 'nhsuk/components/button/macro.jinja' import button %}
33
{% 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 %}
416

517
{% block content %}
618
<div class="nhsuk-grid-row">
719
<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>
940

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>
1143
</div>
1244
</div>
1345
{% endblock %}

0 commit comments

Comments
 (0)