{% block components %} {% set title = "Reporte de Registro / Inspección: ID de Registro: " ~ (inspection.header.location.access_point_no if inspection.header.location.access_point_no else "") %} {% set border_bottom = True %} {% include "nassco/macp/es/page_title.html" %}
{{ t("labels.survey_date") }}:
{% if inspection.header.survey.survey_date %}{{ inspection.header.survey.survey_date.strftime("%Y/%m/%d") }}
{% endif %}{{ t("labels.work_order_no") }}:
{% if inspection.header.survey.work_order_number %}{{ inspection.header.survey.work_order_number }}
{% endif %}{{ t("labels.weather") }}:
{% if inspection.header.survey.weather and inspection.header.survey.weather.label %}{% if 'dry' in inspection.header.survey.weather.label|lower %} {{ t("values.dry") }} {% else %} {{ inspection.header.survey.weather.label }} {% endif %}
{% endif %}{{ t("labels.manhole_gis_id") }}:
{% if inspection.header.location.access_point_no %}{{ inspection.header.location.access_point_no }}
{% endif %}{{ t("labels.operator") }}:
{% if inspection.header.survey.surveyed_by %}{{ inspection.header.survey.surveyed_by }}
{% endif %}{{ t("labels.owner") }}:
{% if inspection.header.survey.owner %}{{ inspection.header.survey.owner }}
{% endif %}{{ t("labels.start_time") }}:
{% if inspection.header.survey.survey_time %}{{ inspection.header.survey.survey_time.strftime("%H:%M") }}
{% endif %}{{ t("labels.year_commissioned") }}:
{% if inspection.header.manhole.year_constructed %}{{ inspection.header.manhole.year_constructed }}
{% endif %}{{ t("labels.camera") }}:
{% if inspection.header.survey.inspection_technology and inspection.header.survey.inspection_technology.label %}{{ inspection.header.survey.inspection_technology.label }}
{% endif %}{{ t("labels.certificate_no") }}:
{% if inspection.header.survey.certificate_number %}{{ inspection.header.survey.certificate_number }}
{% endif %}{{ t("labels.requested_by") }}:
{% if inspection.header.survey.requested_by %}{{ inspection.header.survey.requested_by }}
{% endif %}{{ t("labels.cleaned") }}:
{% if inspection.header.survey.cleaned %}{{ t("values.yes") }}
{% endif %}{{ t("labels.road") }}: {% if inspection.header.location.street %} {{inspection.header.location.street }} {% endif %}
{{ t("labels.place") }}: {% if inspection.header.location.city %} {{inspection.header.location.city }} {% endif %}
{{ t("labels.location_details") }}: {% if inspection.header.location.location_details %} {{inspection.header.location.location_details }} {% endif %}
{{ t("labels.location_code") }}: {% if inspection.header.location.location_code %} {{inspection.header.location.location_code }} {% endif %}
{{ t("labels.manhole_gid_id") }}: {% if inspection.header.location.access_point_no %} {{ inspection.header.location.access_point_no }} {% endif %}
{{ t("labels.catchment") }}: {% if inspection.header.location.drainage_area %} {{ inspection.header.location.drainage_area }} {% endif %}
{{ t("labels.inflow_potential_from_runoff") }}: {% if inspection.header.location.inflow_potential_from_runoff %} {{ inspection.header.location.inflow_potential_from_runoff }} {% endif %}
{{ t("labels.surface_type") }}: {% if inspection.header.location.surface_type %} {{ inspection.header.location.surface_type }} {% endif %}
{{ t("labels.mh_use") }}: {% if inspection.header.manhole.mh_use %} {{ inspection.header.manhole.mh_use }} {% endif %}
{{ t("labels.access_type") }}: {% if inspection.header.manhole.access_type %} {{ inspection.header.manhole.access_type }} {% endif %}
{{ t("labels.purpose") }}: {% if inspection.header.survey.purpose_of_survey %} {{inspection.header.survey.purpose_of_survey.value }} {% endif %}
{{ t("labels.inspection_status") }}: {% if inspection.header.survey.inspection_status %} {{inspection.header.survey.inspection_status.value }} {% endif %}
{{ t("labels.rim_to_invert") }}: {% if inspection.header.measurements.rim_to_invert %} {{ inspection.header.measurements.rim_to_invert }} {% endif %}
{{ t("labels.grade_to_invert") }}: {% if inspection.header.measurements.grade_to_invert %} {{ inspection.header.measurements.grade_to_invert }} {% endif %}
{{ t("labels.rim_to_grade") }}: {% if inspection.header.measurements.rim_to_grade %} {{inspection.header.measurements.rim_to_grade }} {% endif %}
{{ t("labels.rim_to_grade_exposed") }}: {% if inspection.header.measurements.rim_to_grade_exposed %} {{inspection.header.measurements.rim_to_grade_exposed }} {% endif %}
{{ t("labels.evidence_surcharge") }}: {% if inspection.header.manhole.evidence_of_surcharge %} {{inspection.header.manhole.evidence_of_surcharge }} {% endif %}
{{ t("labels.inspection_level") }}: {% if inspection.header.survey.inspection_level %} {{inspection.header.survey.inspection_level }} {% endif %}
{{ t("labels.northing") }}: {% if inspection.header.measurements.northing %} {{ inspection.header.measurements.northing }} {% endif %}
{{ t("labels.easting") }}: {% if inspection.header.measurements.easting %} {{ inspection.header.measurements.easting }} {% endif %}
{{ t("labels.elevation") }}: {% if inspection.header.measurements.elevation %} {{inspection.header.measurements.elevation }} {% endif %}
{{ t("labels.coordinate_system") }}: {% if inspection.header.measurements.coordinate_system %} {{inspection.header.measurements.coordinate_system }} {% endif %}
{{ t("labels.vertical_datum") }}: {% if inspection.header.measurements.vertical_datum %} {{inspection.header.measurements.vertical_datum }} {% endif %}
{{ t("labels.gps_accuracy") }}: {% if inspection.header.measurements.gps_accuracy %} {{inspection.header.measurements.gps_accuracy }} {% endif %}
{{ t("component_properties.channel_installed") }} {% if inspection.header.components.channel.channel_installed %} {{ inspection.header.components.channel.channel_installed.label }} {% endif %}
{{ t("component_properties.type") }} {% if inspection.header.components.channel.type %} {{ inspection.header.components.channel.type }} {% endif %}
{{ t("component_properties.channel_material") }} {% if inspection.header.components.channel.channel_material %} {{ inspection.header.components.channel.channel_material.label }} {% endif %}
{{ t("component_properties.exposure") }} {% if inspection.header.components.channel.exposure %} {{ inspection.header.components.channel.exposure.label }} {% endif %}
{{ t("component_properties.channel_condition") }} {% if inspection.header.components.channel.condition %} {{ inspection.header.components.channel.condition.label }} {% endif %}
{{ t("component_properties.frame_material") }} {% if inspection.header.components.frame.frame_material %} {{ inspection.header.components.frame.frame_material.label }} {% endif %}
{{ t("component_properties.frame_condition") }} {% if inspection.header.components.frame.frame_condition %} {{ inspection.header.components.frame.frame_condition.label }} {% endif %}
{{ t("component_properties.bearing_surface_width") }} {% if inspection.header.components.frame.bearing_surface_width %} {{ inspection.header.components.frame.bearing_surface_width }} {% endif %}
{{ t("component_properties.bearing_surface_depth") }} {% if inspection.header.components.frame.bearing_surface_depth %} {{ inspection.header.components.frame.bearing_surface_depth }} {% endif %}
{{ t("component_properties.seal_condition") }} {% if inspection.header.components.frame.seal_condition %} {{ inspection.header.components.frame.seal_condition.label }} {% endif %}
{{ t("component_properties.offset_distance") }} {% if inspection.header.components.frame.offset_distance %} {{ inspection.header.components.frame.offset_distance }} {% endif %}
{{ t("component_properties.clear_opening_diameter") }} {% if inspection.header.components.frame.clear_opening_diameter %} {{ inspection.header.components.frame.clear_opening_diameter }} {% endif %}
{{ t("component_properties.clear_opening_width") }} {% if inspection.header.components.frame.clear_opening_width %} {{ inspection.header.components.frame.clear_opening_width }} {% endif %}
{{ t("component_properties.seal_inflow") }} {% if inspection.header.components.frame.seal_inflow %} {{ inspection.header.components.frame.seal_inflow }} {% endif %}
{{ t("component_properties.frame_depth") }} {% if inspection.header.components.frame.frame_depth %} {{ inspection.header.components.frame.frame_depth }} {% endif %}
{{ t("component_properties.type") }} {% if inspection.header.components.cover.type %} {{ inspection.header.components.cover.type.label }} {% endif %}
{{ t("component_properties.shape") }}: {% if inspection.header.components.cover.shape %} {{ inspection.header.components.cover.shape.label }} {% endif %}
{{ t("component_properties.size") }} {% if inspection.header.components.cover.size %} {{ inspection.header.components.cover.size }} {% endif %}
{{ t("component_properties.center_size") }} {% if inspection.header.components.cover.center_cover_size %} {{ inspection.header.components.cover.center_cover_size }} {% endif %}
{{ t("component_properties.size_width") }} {% if inspection.header.components.cover.size_width %} {{ inspection.header.components.cover.size_width }} {% endif %}
{{ t("component_properties.cover_material") }} {% if inspection.header.components.cover.cover_material %} {{ inspection.header.components.cover.cover_material.label }} {% endif %}
{{ t("component_properties.hole_diameter") }} {% if inspection.header.components.cover.hole_diameter %} {{ inspection.header.components.cover.hole_diameter }} {% endif %}
{{ t("component_properties.hole_number") }} {% if inspection.header.components.cover.hole_number %} {{ inspection.header.components.cover.hole_number }} {% endif %}
{{ t("component_properties.bearing_surface_diameter") }} {% if inspection.header.components.cover.bearing_surface_diameter %} {{ inspection.header.components.cover.bearing_surface_diameter }} {% endif %}
{{ t("component_properties.bearing_surface_width") }} {% if inspection.header.components.cover.bearing_surface_width %} {{ inspection.header.components.cover.bearing_surface_width }} {% endif %}
{{ t("component_properties.cover_frame_fit") }} {% if inspection.header.components.cover.cover_frame_fit %} {{ inspection.header.components.cover.cover_frame_fit }} {% endif %}
{{ t("component_properties.cover_condition") }} {% if inspection.header.components.cover.cover_condition %} {{ inspection.header.components.cover.cover_condition.label }} {% endif %}
{{ t("component_properties.insert_type") }} {% if inspection.header.components.cover_insert.insert_type %} {{ inspection.header.components.cover_insert.insert_type.label }} {% endif %}
{{ t("component_properties.cover_insert_condition") }} {% if inspection.header.components.cover_insert.cover_insert_condition %} {{ inspection.header.components.cover_insert.cover_insert_condition }} {% endif %}
{{ t("component_properties.number") }} {% if inspection.header.components.steps.number %} {{ inspection.header.components.steps.number }} {% endif %}
{{ t("component_properties.material") }}: {% if inspection.header.components.steps.material %} {{ inspection.header.components.steps.material.label }} {% endif %}
{{ t("component_properties.ring_type") }} {% if inspection.header.components.cover_adjustment_ring.ring_type %} {{ inspection.header.components.cover_adjustment_ring.ring_type.label }} {% endif %}
{{ t("component_properties.ring_material") }} {% if inspection.header.components.cover_adjustment_ring.ring_material %} {{ inspection.header.components.cover_adjustment_ring.ring_material.label }} {% endif %}
{{ t("component_properties.ring_condition") }} {% if inspection.header.components.cover_adjustment_ring.ring_condition %} {{ inspection.header.components.cover_adjustment_ring.ring_condition }} {% endif %}
{{ t("component_properties.ring_height") }} {% if inspection.header.components.cover_adjustment_ring.ring_height %} {{ inspection.header.components.cover_adjustment_ring.ring_height }} {% endif %}
{{ t("component_properties.type") }} {% if inspection.header.components.cone.type %} {{ inspection.header.components.cone.type.label }} {% endif %}
{{ t("component_properties.material") }} {% if inspection.header.components.cone.material %} {{ inspection.header.components.cone.material.label }} {% endif %}
{{ t("component_properties.depth") }} {% if inspection.header.components.cone.depth %} {{ inspection.header.components.cone.depth }} {% endif %}
{{ t("component_properties.lining_interior") }} {% if inspection.header.components.cone.lining_interior %} {{ inspection.header.components.cone.lining_interior.label }} {% endif %}
{{ t("component_properties.lining_exterior") }} {% if inspection.header.components.cone.lining_exterior %} {{ inspection.header.components.cone.lining_exterior.label }} {% endif %}
{{ t("component_properties.cone_condition") }} {% if inspection.header.components.cone.condition %} {{ inspection.header.components.cone.condition.label }} {% endif %}
{{ t("component_properties.bench_present") }} {% if inspection.header.components.bench.bench_present %} {{ inspection.header.components.bench.bench_present.label }} {% endif %}
{{ t("component_properties.bench_condition") }} {% if inspection.header.components.bench.bench_condition %} {{ inspection.header.components.bench.bench_condition.label }} {% endif %}
{{ t("component_properties.bench_material") }} {% if inspection.header.components.bench.bench_material %} {{ inspection.header.components.bench.bench_material.label }} {% endif %}
{{ t("component_properties.bench_lining") }} {% if inspection.header.components.bench.bench_lining %} {{ inspection.header.components.bench.bench_lining.label }} {% endif %}
{{ t("component_properties.wall_diameter") }} {% if inspection.header.components.wall.diameter %} {{ inspection.header.components.wall.diameter }} {% endif %}
{{ t("component_properties.wall_by_size") }} {% if inspection.header.components.wall.width %} {{ inspection.header.components.wall.width }} {% endif %}
{{ t("component_properties.material") }} {% if inspection.header.components.wall.material %} {{ inspection.header.components.wall.material.label }} {% endif %}
{{ t("component_properties.depth") }} {% if inspection.header.components.wall.depth %} {{ inspection.header.components.wall.depth }} {% endif %}
{{ t("component_properties.wall_lining_exterior") }} {% if inspection.header.components.wall.lining_exterior %} {{ inspection.header.components.wall.lining_exterior.label }} {% endif %}
{{ t("component_properties.wall_lining_interior") }} {% if inspection.header.components.wall.lining_interior %} {{ inspection.header.components.wall.lining_interior.label }} {% endif %}
{{ t("component_properties.wall_condition") }} {% if inspection.header.components.wall.condition %} {{ inspection.header.components.wall.condition.label }} {% endif %}
{{ t("component_properties.chimney_present") }} {% if inspection.header.components.chimney.chimney_present %} {{ inspection.header.components.chimney.chimney_present.label }} {% endif %}
{{ t("component_properties.first_material") }} {% if inspection.header.components.chimney.first_material %} {{ inspection.header.components.chimney.first_material.label }} {% endif %}
{{ t("component_properties.second_material") }} {% if inspection.header.components.chimney.second_material %} {{ inspection.header.components.chimney.second_material.label }} {% endif %}
{{ t("component_properties.lining_exterior") }} {% if inspection.header.components.chimney.lining_exterior %} {{ inspection.header.components.chimney.lining_exterior.label }} {% endif %}
{{ t("component_properties.lining_interior") }} {% if inspection.header.components.chimney.lining_interior %} {{ inspection.header.components.chimney.lining_interior.label }} {% endif %}
{{ t("component_properties.chimney_i_i") }} {% if inspection.header.components.chimney.chimney_inflow_infiltration %} {{ inspection.header.components.chimney.chimney_inflow_infiltration.label }} {% endif %}
{{ t("component_properties.clear_opening") }} {% if inspection.header.components.chimney.clear_opening %} {{ inspection.header.components.chimney.clear_opening }} {% endif %}
{{ t("component_properties.chimney_depth") }} {% if inspection.header.components.chimney.chimney_depth %} {{ inspection.header.components.chimney.chimney_depth }} {% endif %}
{{ t("component_properties.chimney_condition") }} {% if inspection.header.components.chimney.chimney_condition %} {{ inspection.header.components.chimney.chimney_condition.label }} {% endif %}
{{ t("labels.additional_component_info") }} {% if inspection.header.components.additional_info %} {{ inspection.header.components.additional_info }} {% endif %}
{{ t("labels.remarks") }} {% if inspection.header.remarks %} {{ inspection.header.remarks }} {% endif %}