{% extends request.is_ajax|yesno:'base_ajax.html,base_rigs.html' %} {% load widget_tweaks %} {% load static %} {% load help_text from filters %} {% load nice_errors from filters %} {% block css %} {% endblock %} {% block preload_js %} {% endblock %} {% block js %} {% endblock %} {% block content %}
{% if form.errors %}
{% with form|nice_errors as qq %} {% for error_name,desc in qq.items %} {% if error_name == 'General form errors' %} {{ form.non_field_errors.0|safe }}
{% render_field form.supervisor_consulted class+="form-check-input" form="form" %}
{% else %}
{{error_name}}
{{desc}}
{% endif %} {% endfor %} {% endwith %}
{% endif %} {% if edit %}
{% else %} {% endif %} {% csrf_token %}
General

If the answer is yes to any of the below, you must consult a supervisor and make sure all activities planned to be undertaken are sufficiently covered by health and safety documentation

{% include 'partials/yes_no_radio.html' with formitem=form.nonstandard_equipment %} {% include 'partials/yes_no_radio.html' with formitem=form.nonstandard_use %} {% include 'partials/yes_no_radio.html' with formitem=form.contractors %} {% include 'partials/yes_no_radio.html' with formitem=form.other_companies %} {% include 'partials/yes_no_radio.html' with formitem=form.crew_fatigue %} {% render_field form.general_notes class+="form-control" %}
Power
{% include 'partials/yes_no_radio.html' with formitem=form.big_power %}

If the answer is yes to ANY of the below questions this is a Large Event and you must consult a power supervisor

{% include 'partials/yes_no_radio.html' with formitem=form.outside %} {% include 'partials/yes_no_radio.html' with formitem=form.generators label="Will generators be used?" %} {% include 'partials/yes_no_radio.html' with formitem=form.other_companies_power %} {% include 'partials/yes_no_radio.html' with formitem=form.nonstandard_equipment_power %} {% include 'partials/yes_no_radio.html' with formitem=form.multiple_electrical_environments %} {% render_field form.power_notes class+="form-control" %} {% render_field form.power_plan class+="form-control" %}
Sound

If yes, consult a supervisor of sound

{% include 'partials/yes_no_radio.html' with formitem=form.noise_monitoring %} {% render_field form.sound_notes class+="form-control" %}
Site Details

If yes to any of the below, a site visit must be conducted, and an assessment of the venue completed and added to TEC’s records

{% include 'partials/yes_no_radio.html' with formitem=form.known_venue %} {% include 'partials/yes_no_radio.html' with formitem=form.safe_loading %} {% include 'partials/yes_no_radio.html' with formitem=form.safe_storage %} {% include 'partials/yes_no_radio.html' with formitem=form.area_outside_of_control %} {% include 'partials/yes_no_radio.html' with formitem=form.barrier_required %} {% include 'partials/yes_no_radio.html' with formitem=form.nonstandard_emergency_procedure %}
Structures
{% include 'partials/yes_no_radio.html' with formitem=form.special_structures %} {% render_field form.persons_responsible_structures class+="form-control mb-3" hidden="true" %} {% include 'partials/yes_no_radio.html' with formitem=form.suspended_structures %} {% render_field form.rigging_plan class+="form-control" hidden="true" %}
Venue Access

If yes to the below, ensure you have communicated with the client and secured all necessary access prior to the event commencing.

{% include 'partials/yes_no_radio.html' with formitem=form.parking_and_access %}
{% endblock %}