-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection-planned-measures.html
30 lines (29 loc) · 1.13 KB
/
section-planned-measures.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<div
class="pat-rich">
{% if page.measures_in_place %}
{% if page.solutions %}
<!-- When there are possible measures in place present and standard measures are available: -->
<p>
Select or describe any further measure to reduce the risk.
</p>
{% else %}
<!-- When there are possible measures in place present and no standard measures are available: -->
<p>
Describe any further measure to reduce the risk.
</p>
{% endif %}
{% else %}
{% if page.solutions %}
<!-- When there are no possible measures in place present but standard measures are present: -->
<p>
Select or describe the specific measures required to reduce the risk.
</p>
{% else %}
<!-- When there are no possible measures in place present and no standard measures are available: -->
<p>
Describe the specific measures required to reduce the risk.
</p>
{% endif %}
{% endif %}
</div>
{% include oira/add-measures.html %}