{% include 'views/reports/sections/NAME.E41.htm' %}
{% include 'views/reports/sections/RESOURCE_TYPE_CLASSIFICATION.E55.htm' %}
{% include 'views/reports/sections/important_dates.htm' %}
{% include 'views/reports/sections/KEYWORD.E55.htm' %}
{% trans "Location Information" %}
{% include 'views/reports/sections/PLACE_ADDRESS.E45.htm' %}
{% include 'views/reports/sections/DESCRIPTION_OF_LOCATION.E62.htm' %}
{% trans "Settings" %}
{% trans "No settings recorded" %}
{% if 'PLACE_E53' in report_info.source.graph %}
{% for PLACE_E53 in report_info.source.graph.PLACE_E53 %}
{% if 'PLACE_SITE_LOCATION_E53' in PLACE_E53 %}
{% for PLACE_SITE_LOCATION_E53 in PLACE_E53.PLACE_SITE_LOCATION_E53 %}
{% if 'SETTING_TYPE_E55' in PLACE_SITE_LOCATION_E53 %}
{% for SETTING_TYPE_E55 in PLACE_SITE_LOCATION_E53.SETTING_TYPE_E55 %}
{% if SETTING_TYPE_E55.SETTING_TYPE_E55__value != '' %}
{% include 'views/reports/sections/ADMINISTRATIVE_SUBDIVISION.E48.htm' %}
{% include 'views/reports/sections/PLACE_APPELLATION_CADASTRAL_REFERENCE.E44.htm' %}
{% trans "Classification/Components" %}
{% include "views/reports/sections/heritage_resource_phase_type_assignment.htm" %}
{% include "views/reports/sections/COMPONENT.E18.htm" %}
{% trans "Modifications" %}
{% if 'MODIFICATION_EVENT_E11' not in report_info.source.graph %}
{% trans "No modifications recorded" %}
{% else %}
{% for MODIFICATION_EVENT_E11 in report_info.source.graph.MODIFICATION_EVENT_E11 %}
{% include 'views/reports/sections/DESCRIPTION.E62.htm' %}
{% trans "Measurements" %}
{% include 'views/reports/sections/MEASUREMENT_TYPE.E55.htm' %}
{% trans "External System References" %}
{% include 'views/reports/sections/EXTERNAL_XREF.E42.htm' %}
{% if 'CONDITION_ASSESMENT_E14' in report_info.source.graph %}
{% include 'views/reports/sections/condition_assessment_section.htm' %}
{% endif %}
{% if 'EVALUATION_CRITERIA_ASSIGNMENT_E13' in report_info.source.graph %}
{% include 'views/reports/sections/evaluation_section.htm' %}
{% endif %}
{% if 'RIGHT_E30' in report_info.source.graph %}
{% include 'views/reports/sections/designation_section.htm' %}
{% endif %}
{% include "views/reports/sections/related_resource_section.htm" %}
{% include 'footer.htm' %}
{% include 'copyright.htm' %}