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 d06f64d commit 69175b5Copy full SHA for 69175b5
app/views/reading/assessment.html
@@ -157,7 +157,7 @@ <h3>Record includes {{ imageCount }} images</h3>
157
158
<div class="nhsuk-grid-row">
159
<div class="nhsuk-grid-column-two-thirds">
160
- {# {% set isPartialMammography = event.mammogramData.isPartialMammography %}
+ {% set isPartialMammography = event.mammogramData.isPartialMammography %}
161
162
{% if isPartialMammography %}
163
{% set partialMammographyHtml %}
@@ -169,7 +169,7 @@ <h3>Partial mammography</h3>
169
{{ insetText({
170
html: partialMammographyHtml
171
}) }}
172
- {% endif %} #}
+ {% endif %}
173
174
{% set questionText = "What is your opinion of these images?" %}
175
0 commit comments