{% block main_sections %} {% set title = "∑∅ / Main sections / Inspection: Sewer ID: " ~ (inspection.header.pipe.pipeline_length_reference if inspection.header.pipe.pipeline_length_reference else "") %} {% include "wrc/mainline/page_title.html" %} {% include "wrc/mainline/table_header_row.html" %}
No:
Upstream MH:
Downstream MH:
Date:
Road:
Material:
SIP Length:
CCTV Length:
1
{% if inspection.header.measurements.start_node_reference %} {{ inspection.header.measurements.start_node_reference }} {% endif %}
{% if inspection.header.measurements.finish_node_reference %} {{ inspection.header.measurements.finish_node_reference }} {% endif %}
{% if inspection.header.survey.survey_date %} {{ inspection.header.survey.survey_date.strftime("%m/%d/%y") }} {% endif %}
{% if inspection.header.location.street %} {{ inspection.header.location.street }} {% endif %}
{% if inspection.header.pipe.material %} {{ inspection.header.pipe.material }} {% endif %}
 
{% if inspection.header.pipe.expected_length %} {{ inspection.header.pipe.expected_length }} {{ measurement_units }} {% endif %}

Pipe size: {% if inspection.header.pipe.height_or_diameter %}{{ inspection.header.pipe.height_or_diameter }}{{ pipe_size_units }}{% endif %} = {% if inspection.header.pipe.expected_length %}{{ inspection.header.pipe.expected_length }}{{ measurement_units }}{% endif %}

All Sections: {% if inspection.header.pipe.expected_length %}{{ inspection.header.pipe.expected_length }}{% endif %} {{ measurement_units }}

{% endblock %}`