{% block inspection_report %}
|
Road: {% if inspection.header.location.street %} {{inspection.header.location.street }} {% else %} N/A {% endif %} Place: {% if inspection.header.location.city %} {{inspection.header.location.city }} {% else %} N/A {% endif %} Location Details: {% if inspection.header.location.location_details %} {{inspection.header.location.location_details }} {% else %} N/A {% endif %} Location Code: {% if inspection.header.location.location_code %} {{inspection.header.location.location_code.label }} {% else %} N/A {% endif %} |
MPEG File Name: {% if video_name %} {{ video_name }} {% else %} N/A {% endif %} Catchment: {% if inspection.header.location.drainage_area %} {{ inspection.header.location.drainage_area }} {% else %} N/A {% endif %} Project Ref No: {% if inspection.header.survey.work_order_number %} {{inspection.header.survey.work_order_number }} {% else %} N/A {% endif %} |
US MH GIS-ID: {% if inspection.header.measurements.upstream_mh_number %} {{ inspection.header.measurements.upstream_mh_number }} {% else %} N/A {% endif %} DS MH GIS-ID: {% if inspection.header.measurements.downstream_mh_number %} {{ inspection.header.measurements.downstream_mh_number }} {% else %} N/A {% endif %} Length Surveyed: {% if inspection.header.pipe.length_surveyed %} {{ "%.2f"|format(inspection.header.pipe.length_surveyed) }} {{ measurement_units }} {% else %} N/A {% endif %} Total Length: {% if inspection.header.pipe.total_length %} {{ "%.2f"|format(inspection.header.pipe.total_length) }} {{ measurement_units }} {% else %} N/A {% endif %} |
|
Direction of Survey: {% if inspection.header.survey.direction_of_survey %} {{inspection.header.survey.direction_of_survey.label }} {% else %} N/A {% endif %} |
Purpose: {% if inspection.header.survey.purpose_of_survey %} {{inspection.header.survey.purpose_of_survey}} {% else %} N/A {% endif %} Pipe Size: {% if inspection.header.pipe.height %} {{ inspection.header.pipe.height|int if inspection.header.pipe.height|int == inspection.header.pipe.height else inspection.header.pipe.height }} {{ pipe_size_units }} {% else %} N/A {% endif %} Pipe Material: {% if inspection.header.pipe.material %} {{ inspection.header.pipe.material.label }} {% else %} N/A {% endif %} Lining: {% if inspection.header.pipe.lining_method %} {{ inspection.header.pipe.lining_method }} {% else %} N/A {% endif %} |
QSR: {{ pipe_ratings.qsr }} QMR: {{ pipe_ratings.qmr }} QOR: {{ pipe_ratings.qor }} |
|
Comment: {% if inspection.header.additional_info %} {{inspection.header.additional_info }} {% else %} N/A {% endif %} |
||