{{ t('labels.place') }}

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

{{ inspection.header.location.city }}

{% endif %}

{{ t('labels.road') }}

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

{{ inspection.header.location.street }}

{% endif %}

{{ t('labels.date') }}

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

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

{% endif %}

{{ t('labels.camera') }}

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

{{ inspection.header.survey.inspection_technology }}

{% endif %}

{{ t('labels.operator') }}

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

{{ inspection.header.survey.surveyed_by }}

{% endif %}