{% include 'views/reports/sections/NAME.E41.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' %}
{% trans "Activity Details" %}
{% trans "Tasks" %}
{% if 'ARCHES_ACTIVITY_PHASE.E4' not in report_info.source.graph %}
{% trans "No classifications recorded" %}
{% else %}
{% for ARCHES_ACTIVITY_PHASE.E4 in report_info.source.graph.ARCHES_ACTIVITY_PHASE.E4 %}
{% if 'PHASE_TYPE_ASSIGNMENT_E17' not in ARCHES_ACTIVITY_PHASE.E4 %}
{% trans "No classifications recorded" %}
{% else %}
{% for PHASE_TYPE_ASSIGNMENT_E17 in ARCHES_ACTIVITY_PHASE.E4.PHASE_TYPE_ASSIGNMENT_E17 %}
{% if 'ACTIVITY_TYPE_E55' in PHASE_TYPE_ASSIGNMENT_E17 %}
{% trans "Type" %}:
{% for ACTIVITY_TYPE_E55 in PHASE_TYPE_ASSIGNMENT_E17.ACTIVITY_TYPE_E55 %}
{{ACTIVITY_TYPE_E55.ACTIVITY_TYPE_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 %}
{% trans "Resource Descriptions" %}
{% include 'views/reports/sections/DESCRIPTION.E62.htm' %}
{% trans "External System References" %}
{% include 'views/reports/sections/EXTERNAL_XREF.E42.htm' %}
{% include "views/reports/sections/related_resource_section.htm" %}
{% include 'footer.htm' %}
{% include 'copyright.htm' %}