{% block inspection_report %} {% set title = "Sewer CCTV Inspection Report / Inspection: Sewer ID: " ~ (inspection.header.pipe.pipeline_length_reference if inspection.header.pipe.pipeline_length_reference else "") %} {% set border_bottom = true %} {% include "wrc/mainline/page_title.html" %}
{% include "wrc/mainline/inspection_report_header.html" %}

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 %}

Project Ref No: {% if inspection.header.survey.client_job_reference %} {{ inspection.header.survey.client_job_reference }} {% endif %}

US MH GIS-ID: {% if inspection.header.measurements.start_node_reference %} {{ inspection.header.measurements.start_node_reference }} {% endif %}

DS MH GIS-ID: {% if inspection.header.measurements.finish_node_reference %} {{ inspection.header.measurements.finish_node_reference }} {% endif %}

SIP Length:  

CCTV Length: {% if inspection.header.pipe.expected_length %} {{ inspection.header.pipe.expected_length }}{{ measurement_units }} {% endif %}

Grease Found (N/M/H): {% if inspection.header.pipe.grease_found %} {{inspection.header.pipe.grease_found }} {% endif %}

Direction of Survey: {% if inspection.header.survey.direction %} {{inspection.header.survey.direction.label }} {% endif %}

Water Level(US): {% if inspection.header.pipe.upstream_water_level %} {{inspection.header.pipe.upstream_water_level }}% {% endif %}

Water Level(DS): {% if inspection.header.pipe.downstream_water_level %} {{inspection.header.pipe.downstream_water_level }}% {% endif %}

Purpose: {% if inspection.header.survey.purpose_of_inspection %} {{inspection.header.survey.purpose_of_inspection.label }} {% endif %}

Pipe Size: {% if inspection.header.pipe.height_or_diameter %} {{ inspection.header.pipe.height_or_diameter }}{{ pipe_size_units }} {% endif %}

Pipe Material: {% if inspection.header.pipe.material %} {{ inspection.header.pipe.material.label }} {% endif %}

Lining: {% if inspection.header.pipe.lining_material %} {{ inspection.header.pipe.lining_material.label }} {% endif %}

Comment: {% if inspection.header.additional_info %} {{inspection.header.additional_info }} {% endif %}

{% if diagram_pages %} {% set page = diagram_pages[0] %} {% set extra_space_before_diagram = false %} {% include "wrc/mainline/pipe_diagram.html" %} {% endif %}
{% endblock %}