{% extends request.is_ajax|yesno:'base_ajax.html,base_rigs.html' %} {% load widget_tweaks %} {% load static %} {% load help_text from filters %} {% block title %}{% if edit %}Edit{% else %}Create{% endif %} Risk Assessment for Event N{{ event.pk|stringformat:"05d" }}{% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block preload_js %} {{ block.super }} {% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block content %}

{% if edit %}Edit{% else %}Create{% endif %} Risk Assessment for Event N{{ event.pk|stringformat:"05d" }}

{% 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 you must consult a power supervisor

{% 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" %}
Sound

If yes, consult a supervisor of sound and make sure an appropriate noise monitoring plan and risk assessment is drawn up

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

If no to any of the below, a site visit normally should 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" %} {% include 'partials/yes_no_radio.html' with formitem=form.suspended_structures %}
{% endblock %}