We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b83c2 commit e0137f2Copy full SHA for e0137f2
lung_cancer_screening/questions/jinja2/responses.jinja
@@ -23,7 +23,7 @@
23
<li>What was your sex at birth? {{ response_set.get_sex_at_birth_display() }}</li>
24
<li>Which of these best describes you? {{ response_set.get_gender_display() }}</li>
25
<li>What is your ethnic background? {{ response_set.get_ethnicity_display() }}</li>
26
- <li>Have you ever worked in a job where you might have been exposed to asbestos? {{ response_set.get_asbestos_exposure_display() }}</li>
+ <li>Have you ever worked in a job where you might have been exposed to asbestos? {{ "Yes" if response_set.asbestos_exposure else "No" }}</li>
27
</ul>
28
29
<form action="{{ request.path }}" method="post">
0 commit comments