{{ resource.displayname }}
Artefact Names
{% endif %} {# System Reference Numbers #} {% if resource_data|has_key:"System Reference Numbers" %}
System Reference Numbers
Primary Reference Number: {{ resource_data|val_from_key:"System Reference Numbers"|val_from_key:"PrimaryReferenceNumber"|val_from_key:"Primary Reference Number"|val_from_key:"@display_value" }}
Legacy ID: {{ resource_data|val_from_key:"System Reference Numbers"|val_from_key:"LegacyID"|val_from_key:"Legacy ID"|val_from_key:"@display_value" }}
UUID: {{ resource_data|val_from_key:"System Reference Numbers"|val_from_key:"UUID"|val_from_key:"ResourceID"|val_from_key:"@display_value" }}
{% endif %} {# Discovery #} {% if resource_data|has_key:"Discovery" %}
Discovery
Location Information
Location Descriptions
{# Show 'Summary' type first if present #}
{% for desc in location_data|val_from_key:"Location Descriptions" %}
{% if desc|val_from_key:"Location Description Type"|val_from_key:"@display_value" == "Summary" %}
{{ desc|val_from_key:"Location Description Type"|val_from_key:"@display_value" }}:
{{ desc|val_from_key:"Location Description"|val_from_key:"@display_value"|safe }}
{% endif %}
{% endfor %}
{# Then show all others except 'Summary' #}
{% for desc in location_data|val_from_key:"Location Descriptions" %}
{% if desc|val_from_key:"Location Description Type"|val_from_key:"@display_value" != "Summary" %}
{{ desc|val_from_key:"Location Description Type"|val_from_key:"@display_value" }}:
{{ desc|val_from_key:"Location Description"|val_from_key:"@display_value"|safe }}
{% endif %}
{% endfor %}
Coordinates
{% for latlong in location_data|val_from_key:"Decimal LatLong References" %}
Latitude: {{ latlong|val_from_key:"Decimal Latitude"|val_from_key:"@display_value" }}
Longitude: {{ latlong|val_from_key:"Decimal Longitude"|val_from_key:"@display_value" }}
{% endfor %}
Named Locations
{% for named in location_data|val_from_key:"Named Location (place)"|val_from_key:"instance_details" %}
{{ named|val_from_key:"display_value" }}
{% endfor %}
Localities/Administrative Areas
{% for area in location_data|val_from_key:"Localities/Administrative Areas" %} {% if area|val_from_key:"Area Type"|has_key:"@display_value" %} {{ area|val_from_key:"Area Type"|val_from_key:"@display_value" }}: {{ area|val_from_key:"Area Names"|val_from_key:"Area Name"|val_from_key:"@display_value" }} {% else %} {{ area|val_from_key:"Area Names"|val_from_key:"Area Name"|val_from_key:"@display_value" }} {% endif %} {% endfor %}
{% endif %}Finder
{% for finder in finder_list %} {% if finder|has_key:"Finder Names" %} {{ finder|val_from_key:"Finder Names"|val_from_key:"Finder Name"|val_from_key:"@display_value" }}{% if not forloop.last %}, {% endif %} {% endif %} {% endfor %}
{% endif %} {# Artefact Production #} {% if resource_data|has_key:"Production" and resource_data|val_from_key:"Production" %}
Artefact Production
{% endif %} {# Artefact Dimensions #} {% if resource_data|has_key:"Measurement Event" and resource_data|val_from_key:"Measurement Event" %}
Artefact Dimensions
{% endif %} {# Inscriptions #} {% if resource_data|has_key:"Inscription" and resource_data|val_from_key:"Inscription" %}
Inscriptions
{% endif %} {# Artefact Condition Assessment #} {% if resource_data|has_key:"Condition Assessment" and resource_data|val_from_key:"Condition Assessment" %}
Artefact Condition Assessment
{% endif %} {# Copyright #} {% if resource_data|has_key:"Copyright" %}
Copyright
{% endif %} {# Descriptions #} {% if resource_data|has_key:"Descriptions" %}
Descriptions
{{ desc|val_from_key:"Description Type"|val_from_key:"@display_value" }}:
{{ desc|val_from_key:"Description"|val_from_key:"@display_value"|safe }}
{% endif %} {% endfor %} {# Then show all others except 'Summary' #} {% for desc in descs %} {% if desc|val_from_key:"Description Type"|val_from_key:"@display_value" != "Summary" %}
{{ desc|val_from_key:"Description Type"|val_from_key:"@display_value" }}:
{{ desc|val_from_key:"Description"|val_from_key:"@display_value"|safe }}
{% endif %} {% endfor %} {% endwith %}
{% endif %} {# Bibliographic Source Citation #} {% if resource_data|has_key:"Bibliographic Source Citation" %}
Bibliographic Source Citation
{% endif %} {# Associated Monuments/Areas/Artefacts #} {% if resource_data|has_key:"Associated Monuments, Areas and Artefacts" %}
Associated Monuments, Areas and Artefacts
{% endif %} {# Associated Activities #} {% if resource_data|has_key:"Associated Activities" %}
Associated Activities
{% endif %} {# Associated Historic Event #} {% if resource_data|has_key:"Associated Historic Event" %}
Associated Historic Event
-
{% for event in resource_data|val_from_key:"Associated Historic Event" %}
- {{ event|val_from_key:"@display_value" }} {% endfor %}
{% endif %} {# Associated Heritage Story #} {% if resource_data|has_key:"Associated Heritage Story" %}
Associated Heritage Story
-
{% for story in resource_data|val_from_key:"Associated Heritage Story" %}
- {{ story|val_from_key:"@display_value" }} {% endfor %}
{% endif %} {# Repository Storage Location #} {% if resource_data|has_key:"Repository Storage Location" %}
Repository Storage Location
{% endif %} {# External Cross References #} {% if resource_data|has_key:"External Cross References" %}
External Cross References
{% endif %} {% endwith %}
{% endif %} {% endwith%} {% endfor %}