- {% if object.event.riskassessment.event_size == 1 %}
+ {% if event.riskassessment.event_size == 0 %}
+
+ - {{ object|help_text:'rcds'|safe }}
+ -
+ {{ object.rcds|yesnoi }}
+
+ - {{ object|help_text:'supply_test'|safe }}
+ -
+ {{ object.supply_test|yesnoi }}
+
+ - {{ object|help_text:'earthing'|safe }}
+ -
+ {{ object.earthing|yesnoi }}
+
+ - {{ object|help_text:'pat'|safe }}
+ -
+ {{ object.pat|yesnoi }}
+
+
+ {% else %}
- {{ object|help_text:'source_rcd'|safe }}
-
@@ -216,28 +238,8 @@
{% include 'partials/ec_power_info.html' %}
- {% else %}
-
- - {{ object|help_text:'rcds'|safe }}
- -
- {{ object.rcds|yesnoi }}
-
- - {{ object|help_text:'supply_test'|safe }}
- -
- {{ object.supply_test|yesnoi }}
-
- - {{ object|help_text:'earthing'|safe }}
- -
- {{ object.earthing|yesnoi }}
-
- - {{ object|help_text:'pat'|safe }}
- -
- {{ object.pat|yesnoi }}
-
-
{% endif %}