{% extends 'base_print.xml' %} {% load filters %} {% block content %}

Event Specific Risk Assessment for {{ object.event }}

Client: {{ object.event.person|default:object.event.organisation }} | Venue: {{ object.event.venue }} | MIC: {{ object.event.mic }}


General

{{ object|help_text:'nonstandard_equipment'|striptags }} {{ object.nonstandard_equipment|yesno|capfirst }} {{ object|help_text:'nonstandard_use'|striptags }} {{ object.nonstandard_use|yesno|capfirst }} {{ object|help_text:'contractors'|striptags }} {{ object.contractors|yesno|capfirst }} {{ object|help_text:'other_companies'|striptags }} {{ object.other_companies|yesno|capfirst }} {{ object|help_text:'crew_fatigue'|striptags }} {{ object.crew_fatigue|yesno|capfirst }} {{ object|help_text:'general_notes'|striptags }} {{ object.general_notes|default:'No' }}

Power

{{ object.get_event_size_display }} {{ object|help_text:'big_power'|striptags }} {{ object.big_power|yesno|capfirst }} {{ object|help_text:'power_mic'|striptags }} {{ object.power_mic|default:object.event.mic }} {{ object|help_text:'outside'|striptags }} {{ object.outside|yesno|capfirst }} {{ object|help_text:'generators'|striptags }} {{ object.generators|yesno|capfirst }} {{ object|help_text:'other_companies_power'|striptags }} {{ object.other_companies_power|yesno|capfirst }} {{ object|help_text:'nonstandard_equipment_power'|striptags }} {{ object.nonstandard_equipment_power|yesno|capfirst }} {{ object|help_text:'multiple_electrical_environments'|striptags }} {{ object.multiple_electrical_environments|yesno|capfirst }} {{ object|help_text:'power_notes'|striptags }} {{ object.power_notes|default:'No' }}

Sound

{{ object|help_text:'noise_monitoring'|striptags }} {{ object.noise_monitoring|yesno|capfirst }} {{ object|help_text:'sound_notes'|striptags }} {{ object.sound_notes|default:'No' }}

Site Details

{{ object|help_text:'known_venue'|striptags }} {{ object.known_venue|yesno|capfirst }} {{ object|help_text:'safe_loading'|striptags }} {{ object.safe_loading|yesno|capfirst }} {{ object|help_text:'safe_storage'|striptags }} {{ object.safe_storage|yesno|capfirst }} {{ object|help_text:'area_outside_of_control'|striptags }} {{ object.area_outside_of_control|yesno|capfirst }} {{ object|help_text:'barrier_required'|striptags }} {{ object.barrier_required|yesno|capfirst }} {{ object|help_text:'nonstandard_emergency_procedure'|striptags }} {{ object.nonstandard_emergency_procedure|yesno|capfirst }}

Structures

{{ object|help_text:'special_structures'|striptags }} {{ object.special_structures|yesno|capfirst }} {{ object|help_text:'suspended_structures'|striptags }} {{ object.suspended_structures|yesno|capfirst }} {{ object|help_text:'persons_responsible_structures'|striptags }} {{ object.persons_responsible_structures|default:'N/A' }}

Venue Access

{{ object|help_text:'parking_and_access'|striptags }} {{ object.parking_and_access|yesno|capfirst }}
\
Assessment completed by {{ object.last_edited_by }} on {{ object.last_edited_at }} {% if object.reviewed_by %} Reviewed by {{ object.reviewed_by }} on {{ object.reviewed.at }} {% endif %} {% endblock %}