Place:

{% if inspection.header.location.city %}

{{ inspection.header.location.city }}

{% else %}

N/A

{% endif %}

Road:

{% if inspection.header.location.street %}

{{ inspection.header.location.street }}

{% else %}

N/A

{% endif %}

Date:

{% if inspection.header.survey.survey_date %}

{{ inspection.header.survey.survey_date.strftime("%Y/%m/%d") }}

{% else %}

N/A

{% endif %}

Camera:

{% if inspection.header.survey.inspection_technology %}

{{ inspection.header.survey.inspection_technology }}

{% else %}

N/A

{% endif %}

Operator:

{% if inspection.header.survey.surveyed_by %}

{{ inspection.header.survey.surveyed_by }}

{% else %}

N/A

{% endif %}