Skip to content

Commit 294127f

Browse files
authored
Merge pull request #214 from NHSDigital/PPHA-470-start-page
PPHA-470: Add content for the start page
2 parents 3747424 + 3a2272d commit 294127f

2 files changed

Lines changed: 51 additions & 4 deletions

File tree

lung_cancer_screening/core/jinja2/layout.jinja

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@
99
<script type="module" src="{{ static('js/bundle.js' )}}"></script>
1010
{% endblock %}
1111

12-
{% block pageTitle %}Lung Cancer Screening - NHS{% endblock %}
12+
{% block pageTitle %}Check if you need a lung scan{% endblock %}
13+
14+
{% block header %}
15+
{{ header({
16+
"service": {
17+
"text": "Check if you need a lung scan"
18+
}
19+
}) }}
20+
{% endblock header %}
1321

1422
{% block beforeContent %}
1523
{% if back_link_url %}

lung_cancer_screening/questions/jinja2/start.jinja

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,53 @@
44
{% block content %}
55
<div class="nhsuk-grid-row">
66
<div class="nhsuk-grid-column-two-thirds">
7-
<h1 class="nhsuk-heading-l">
8-
Lung Cancer Risk Check
9-
</h1>
7+
<h1 class="nhsuk-heading-l">Help us test a new online service</h1>
8+
9+
<p>We are testing a new online questionnaire that helps you check if you need a lung scan. This service will ask you some questions about your medical history and lifestyle.</p>
10+
11+
<p>This online service cannot currently calculate your level of risk. Once you have completed the questionnaire you will need to call us to repeat the questionnaire by phone.</p>
12+
13+
<p>As a thank you we will be offering you a £10 voucher for testing the online service.</p>
14+
15+
<section>
16+
<h2 class="nhsuk-heading-m">The benefits of lung cancer screening</h2>
17+
18+
<p>Your risk of lung cancer increases as you get older. Screening aims to find lung cancer early, sometimes before you have symptoms. Early diagnosis can make lung cancer more treatable and make treatment more successful.</p>
19+
20+
<p>You are eligible for lung cancer screening if you are:</p>
21+
<ul>
22+
<li>aged between 55 and 74</li>
23+
<li>registered with a GP surgery</li>
24+
<li>someone who smokes or used to smoke</li>
25+
</ul>
26+
</section>
27+
28+
<section>
29+
<h2 class="nhsuk-heading-m">What to expect in the online service</h2>
30+
31+
<p>To understand your level of risk we will ask you questions about:</p>
32+
33+
<ul>
34+
<li>your height and weight</li>
35+
<li>your ethnicity</li>
36+
<li>your education</li>
37+
<li>if you have ever had a cancer diagnosis</li>
38+
<li>if your parents, siblings, or children have ever had a lung cancer diagnosis</li>
39+
<li>your smoking habits</li>
40+
</ul>
41+
42+
<p>Once you have submitted your answers you will need to call us to complete the questionnaire by phone.</p>
43+
</section>
1044

1145
{{ button({
1246
"text": "Start now",
1347
"href": url("questions:have_you_ever_smoked")
1448
}) }}
49+
50+
<section>
51+
<h2 class="nhsuk-heading-s">If you do not want to test the online service</h2>
52+
<p>You should call us on <a href="tel:02000000000">020 0000 0000</a> to complete your NHS lung cancer risk check by phone.</p>
53+
</section>
1554
</div>
1655
</div>
1756
{% endblock %}

0 commit comments

Comments
 (0)