{% load staticfiles %} {% load i18n %} {% include 'views/reports/title.htm' %}
{% if geometry != 'null' %}
{% endif %}

{% trans "Resource Description" %}

{% trans "Resource Summary" %}

{% 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' %} {% include 'views/reports/sections/ADMINISTRATIVE_SUBDIVISION.E48.htm' %} {% include 'views/reports/sections/PLACE_APPELLATION_CADASTRAL_REFERENCE.E44.htm' %}

{% trans "Classification" %}

{% trans "Classification" %}
{% if 'PRODUCTION_E12' not in report_info.source.graph %}
{% trans "No classifications recorded" %}
{% else %} {% for PRODUCTION_E12 in report_info.source.graph.PRODUCTION_E12 %} {% if 'PHASE_TYPE_ASSIGNMENT_E17' not in PRODUCTION_E12 %}
{% trans "No classifications recorded" %}
{% else %} {% for PHASE_TYPE_ASSIGNMENT_E17 in PRODUCTION_E12.PHASE_TYPE_ASSIGNMENT_E17 %}
{% if 'HERITAGE_RESOURCE_GROUP_TYPE_E55' in PHASE_TYPE_ASSIGNMENT_E17 %} {% trans "Type" %}: {% for HERITAGE_RESOURCE_GROUP_TYPE_E55 in PHASE_TYPE_ASSIGNMENT_E17.HERITAGE_RESOURCE_GROUP_TYPE_E55 %} {{HERITAGE_RESOURCE_GROUP_TYPE_E55.HERITAGE_RESOURCE_GROUP_TYPE_E55__value}} {% endfor %} {% endif %} {% if 'HERITAGE_RESOURCE_GROUP_USE_TYPE_E55' in PHASE_TYPE_ASSIGNMENT_E17 %} {% trans "Use" %}: {% for HERITAGE_RESOURCE_GROUP_USE_TYPE_E55 in PHASE_TYPE_ASSIGNMENT_E17.HERITAGE_RESOURCE_GROUP_USE_TYPE_E55 %} {{HERITAGE_RESOURCE_GROUP_USE_TYPE_E55.HERITAGE_RESOURCE_GROUP_USE_TYPE_E55__value}} {% endfor %} {% endif %} {% if 'CULTURAL_PERIOD_E55' in PHASE_TYPE_ASSIGNMENT_E17 %} {% trans "Period" %}: {% for CULTURAL_PERIOD_E55 in PHASE_TYPE_ASSIGNMENT_E17.CULTURAL_PERIOD_E55 %} {{CULTURAL_PERIOD_E55.CULTURAL_PERIOD_E55__value}} {% endfor %} {% endif %} {% if 'TIME___SPAN_PHASE_E52' in PHASE_TYPE_ASSIGNMENT_E17 %} {% trans "Dates (from/to)" %}: {% for TIME___SPAN_PHASE_E52 in PHASE_TYPE_ASSIGNMENT_E17.TIME___SPAN_PHASE_E52 %} {% for FROM_DATE_E49 in TIME___SPAN_PHASE_E52.FROM_DATE_E49 %} {{FROM_DATE_E49.FROM_DATE_E49__value}} {% endfor %} - {% for TO_DATE_E49 in TIME___SPAN_PHASE_E52.TO_DATE_E49 %} {{TO_DATE_E49.TO_DATE_E49__value}} {% endfor %} {% endfor %} {% endif %}
{% endfor %} {% endif %} {% endfor %} {% endif %}
{% include 'views/reports/sections/ANCILLARY_FEATURE_TYPE.E55.htm' %}

{% trans "Resource Descriptions" %}

{% 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' %}