Place:
{% if inspection.header.location.location_town_or_village %}{{ inspection.header.location.location_town_or_village }}
{% endif %}Road:
{% if inspection.header.location.location_street_name %}{{ inspection.header.location.location_street_name }}
{% endif %}Date:
{% if inspection.header.survey.survey_date %}{{ inspection.header.survey.survey_date.strftime("%m/%d/%y") }}
{% endif %}Camera:
{% if inspection.header.survey.method_of_inspection %}{{ inspection.header.survey.method_of_inspection.label }}
{% endif %}Operator:
{% if inspection.header.survey.name_of_surveyor %}{{ inspection.header.survey.name_of_surveyor }}
{% endif %}