{% 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 %} Event Checklist 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 %} Event Checklist for Event N{{ event.pk|stringformat:"05d" }}

{% include 'form_errors.html' %} {% if edit %}
{% else %} {% endif %} {% csrf_token %}
Event Information
Event Date
{{form.event.start_date}}
Event Name
{{form.event.name}}
Client
{{form.event.person}}
Venue
{{form.event.Venue}}
{% for i in '012'|make_list %} {% endfor %}
Vehicle Driver
Safety Checks
{% include 'partials/checklist_checkbox.html' with formitem=form.safe_parking %} {% include 'partials/checklist_checkbox.html' with formitem=form.safe_packing %} {% include 'partials/checklist_checkbox.html' with formitem=form.exits %} {% include 'partials/checklist_checkbox.html' with formitem=form.trip_hazard %} {% include 'partials/checklist_checkbox.html' with formitem=form.warning_signs %} {% include 'partials/checklist_checkbox.html' with formitem=form.ear_plugs %} {% render_field form.hs_location class+="form-control" %} {% render_field form.extinguishers_location class+="form-control" %}
Crew Record
{% for i in '012'|make_list %} {% endfor %}
Crewmember Start Time Role End Time
Event Size
{% render_field form.medium_event style="display: none" %}
Electrical Checks for ‘Small’ TEC Events <6kVA (aprox. 26A)
{% include 'partials/checklist_checkbox.html' with formitem=form.rcds %} {% include 'partials/checklist_checkbox.html' with formitem=form.supply_test %} {% include 'partials/checklist_checkbox.html' with formitem=form.earthing %} {% include 'partials/checklist_checkbox.html' with formitem=form.pat %}
Electrical Checks for ‘Medium’ TEC Events
{% endblock %}