Here be dragons. Ensure you have appeased the Power Gods before continuing... (If you didn't check with a Supervisor, you cannot continue your event!)
{% endif %}
{% include 'partials/checklist_checkbox.html' with formitem=form.source_rcd %}
{% include 'partials/checklist_checkbox.html' with formitem=form.labelling %}
{% include 'partials/checklist_checkbox.html' with formitem=form.earthing %}
{% include 'partials/checklist_checkbox.html' with formitem=form.pat %}
Tests at first distro
| Test |
Value |
Voltage (cube meter) / V |
{{ form.fd_voltage_l1.help_text }} |
{{ form.fd_voltage_l2.help_text }} |
{{ form.fd_voltage_l3.help_text }} |
| {% render_field form.fd_voltage_l1 class+="form-control" style="min-width: 5rem;" %} |
{% render_field form.fd_voltage_l2 class+="form-control" style="min-width: 5rem;" %} |
{% render_field form.fd_voltage_l3 class+="form-control" style="min-width: 5rem;" %} |
| {{form.fd_phase_rotation.help_text|safe}} |
{% include 'partials/checklist_checkbox.html' with formitem=form.fd_phase_rotation %} |
| {{form.fd_earth_fault.help_text|safe}} |
{% render_field form.fd_earth_fault class+="form-control" %} |
| {{form.fd_pssc.help_text|safe}} |
{% render_field form.fd_pssc class+="form-control" %} |
Tests at 'Worst Case' points (at least 1 point required)
| Test |
Point 1 |
Point 2 |
Point 3 |
| {{form.w1_description.help_text|safe}} |
{% render_field form.w1_description class+="form-control" style="min-width: 5rem;" %} |
{% render_field form.w2_description class+="form-control" style="min-width: 5rem;" %} |
{% render_field form.w3_description class+="form-control" style="min-width: 5rem;" %} |
| {{form.w1_polarity.help_text|safe}} |
{% render_field form.w1_polarity %} |
{% render_field form.w2_polarity %} |
{% render_field form.w3_polarity %} |
| {{form.w1_voltage.help_text|safe}} |
{% render_field form.w1_voltage class+="form-control" %} |
{% render_field form.w2_voltage class+="form-control" %} |
{% render_field form.w3_voltage class+="form-control" %} |
| {{form.w1_earth_fault.help_text|safe}} |
{% render_field form.w1_earth_fault class+="form-control" %} |
{% render_field form.w2_earth_fault class+="form-control" %} |
{% render_field form.w3_earth_fault class+="form-control" %} |
{% include 'partials/checklist_checkbox.html' with formitem=form.all_rcds_tested %}
{% include 'partials/checklist_checkbox.html' with formitem=form.public_sockets_tested %}
{% include 'partials/ec_power_info.html' %}