{% block components %} {% set title = "CCTV Manhole Report / Inspection: " ~ (inspection.header.location.manhole_node_reference if inspection.header.location.manhole_node_reference else "") %} {% include "wrc/manhole/page_title.html" %}
Survey Date:
{% if inspection.header.survey.survey_date %}{{ inspection.header.survey.survey_date.strftime("%Y/%m/%d") }}
{% endif %}Work Order No.:
{% if inspection.header.survey.client_job_reference %}{{ inspection.header.survey.client_job_reference }}
{% endif %}Weather:
{% if inspection.header.survey.weather %}{{ inspection.header.survey.weather.label }}
{% endif %}Manhole GIS/ID:
{% if inspection.header.location.manhole_node_reference %}{{ inspection.header.location.manhole_node_reference }}
{% endif %}Operator:
{% if inspection.header.survey.name_of_surveyor %}{{ inspection.header.survey.name_of_surveyor }}
{% endif %}Team Supervisor:
{% if inspection.header.survey.name_of_surveyor %}{{ inspection.header.survey.name_of_surveyor }}
{% endif %}Start Time:
{% if inspection.header.survey.survey_time %}{{ inspection.header.survey.survey_time.strftime("%H:%M") }}
{% endif %}Year Comissioned:
{% if inspection.header.manhole.year_constructed %}{{ inspection.header.manhole.year_constructed }}
{% endif %}Camera:
{% if inspection.header.survey.method_of_inspection %}{{ inspection.header.survey.method_of_inspection.label }}
{% endif %}WRC Certified:
{% if inspection.header.survey.wrc_certified %}{{ inspection.header.survey.wrc_certified }}{% endif %}
Requested By:
{% if inspection.header.survey.requested_by %}{{ inspection.header.survey.requested_by }}{% endif %}
Cleaned:
{% if inspection.header.survey.pre_cleaned %}{{ inspection.header.survey.pre_cleaned.label }}
{% endif %}Road: {% if inspection.header.location.location_street_name %} {{ inspection.header.location.location_street_name }} {% endif %}
Place: {% if inspection.header.location.location_town_or_village %} {{ inspection.header.location.location_town_or_village }} {% endif %}
Location Details: {% if inspection.header.location.location_details %} {{ inspection.header.location.location_details }} {% endif %}
Location Code: {% if inspection.header.location.location_type_code %} {{ inspection.header.location.location_type_code.label }} {% endif %}
Chamber Size: {% if inspection.header.manhole.chamber_size %} {{ inspection.header.manhole.chamber_size }} {% endif %}
Material: {% if inspection.header.manhole.material %} {{ inspection.header.manhole.material.label }} {% endif %}
Shape: {% if inspection.header.manhole.shape_of_access %} {{ inspection.header.manhole.shape_of_access.label }} {% endif %}
Project Ref No: {% if inspection.header.survey.project_reference_number %} {{ inspection.header.survey.project_reference_number }} {% endif %}
Cover Size: {% if inspection.header.manhole.breadth_of_cover and inspection.header.manhole.width_of_cover %} {{inspection.header.manhole.breadth_of_cover}}×{{ inspection.header.manhole.width_of_cover }} {% elif inspection.header.manhole.breadth_of_cover %} {{inspection.header.manhole.breadth_of_cover}} {% elif inspection.header.manhole.width_of_cover %} {{ inspection.header.manhole.width_of_cover }} {% endif %}
Material: {% if inspection.header.manhole.material_of_cover %} {{ inspection.header.manhole.material_of_cover.label }} {% endif %}
Shape: {% if inspection.header.manhole.shape_of_cover %} {{ inspection.header.manhole.shape_of_cover.label }} {% endif %}
Cover Good Condition: {% if inspection.header.manhole.cover_good_condition %} {{ inspection.header.manhole.cover_good_condition.label }} {% endif %}
Frame Good Condition: {% if inspection.header.manhole.frame_good_condition %} {{ inspection.header.manhole.frame_good_condition.label }} {% endif %}
Water Level: {% if inspection.header.manhole.water_level %} {{ inspection.header.manhole.water_level }}% {% endif %}
Channel Level: {% if inspection.header.manhole.channel_level %} {{ inspection.header.manhole.channel_level }}% {% endif %}
DVD Number:
Catchment: {% if inspection.header.location.drainage_area %} {{ inspection.header.location.drainage_area }} {% endif %}
SIP Depth: {% if inspection.header.measurements.sip_depth %} {{ inspection.header.measurements.sip_depth }} {% endif %}
CCTV Depth: {% if inspection.header.measurements.cctv_depth %} {{ inspection.header.measurements.cctv_depth }} {% endif %}
Remarks: {% if inspection.header.general_remarks %} {{ inspection.header.general_remarks }} {% endif %}