{{ elements.title }}
{% if elements.subtitle is not empty%} {{ elements.subtitle }}{% endif %}
{% for name_info in elements.names | split ('|') %}
{% set name_info = name_info | split(':', 3) %}
{% set name__role = name_info[0] | trim | lower %}
{% set name__type = name_info[1] | replace({"corporate_body":"corporate"}) | raw %}
{% set name_info = name_info[2] | split("~", 2) %}
{% set name__name = name_info[0] | trim %}
{% set name__description = name_info[1] | trim %}
{% if name__name is not empty %}
{{ name__name }}
{{ name__role }}
{% if name__description is not empty %}
{{ name__description }}
{% endif %}
{% endif %}
{% endfor %}
{% if elements.typeofresource is not empty %}{{ elements.typeofresource }}
{% endif %}
{% if elements.genre is not empty %}{{ elements.genre }}
{% endif %}
{% if elements.abstract is not empty %}{{ elements.abstract }}
{% endif %}
{% if elements.language_iso6392b is not empty %}
{% for language in elements.language_iso6392b | split ('|') %}
{{ language | trim }}
{% endfor %}
{% endif %}
{% if elements.publisher is not empty %} {{ elements.publisher }}
{% endif %}
{% if elements.published_place is not empty %}
{{ elements.published_place }}
{% endif %}{% if elements.published_place_marccountry is not empty %}
{{ elements.published_place_marccountry }}
{% endif %}
{% if elements.dateissued_edtf is not empty %} {{ elements.dateissued_edtf }}
{% endif %}
{% if elements.datecreated_edtf is not empty %} {{ elements.datecreated_edtf }}
{% endif %}
{% if elements.datecopyright_edtf is not empty %} {{ elements.datecopyright_edtf}}
{% endif %}
{% if elements.physicaldescription_form is not empty %}
{% endif %}
{% if elements.physicaldescription_extent is not empty %} {{ elements.physicaldescription_extent }}
{% endif %}
{% if elements.physicaldescription_note is not empty %} {{ elements.physicaldescription_note }}
{% endif %}
{% for topic in elements.subject_topic |split ('|') %}
{{ topic|trim }}
{% endfor %}
{% for geographic in elements.subject_geographic |split ('|') %}
{{ geographic|trim }}
{% endfor %}
{% for temporal in elements.subject_temporal |split ('|') %}
{{ temporal|trim }}
{% endfor %}
{% if elements.subjects_name is not empty %}
{% set name_type_info = elements.subjects_name_vocabulary|split('|') %}
{% for subject_name_info in elements.subjects_name |split ('|') %}
{% set name_type_info_x = name_type_info[loop.index0] | replace({"Person":"person", "Corporate Body":"corporate", "Family":"family", "Conference":"conference"}) | raw %}
{{ subject_name_info }}
{% endfor %}
{% endif %}
{{ elements.subject_hierarchicalgeographic_continent }}
{{ elements.subject_hierarchicalgeographic_country }}
{{ elements.subject_hierarchicalgeographic_state }}
{{ elements.subject_hierarchicalgeographic_province }}
{{ elements.subject_hierarchicalgeographic_region }}
{{ elements.subject_hierarchicalgeographic_county }}
{{ elements.subject_hierarchicalgeographic_island }}
{{ elements.subject_hierarchicalgeographic_city }}
{{ elements.subject_hierarchicalgeographic_citysection }}
{{ elements.subject_geographic_coordinates }}
{% if elements.relateditem_title is not empty %}
{{ elements.relateditem_title }}
{% endif %}
{% if elements.relateditem_collection_title is not empty %}
{{ elements.relateditem_collection_title }}
{% endif %}
{% if elements.accesscondition_restrictiononaccess is not empty%}
{{ elements.accesscondition_restrictiononaccess }}
{% endif %}
{{ elements.accesscondition_useandreproduction }}
{{ elements.location_url }}
{% if elements.location_physical is not empty %}
{{ elements.location_physical }}
{% endif %}
{{ elements.identifier_uri}}
{{ elements.identifier_local}}
{{ elements.identifier_ark}}
{{ elements.note }}
{% if elements.recordinfo_note_coursecode is not empty %}
{{ elements.recordinfo_note_coursecode }}
{% endif %}
{% if elements.recordinfo_note_courseyear is not empty %}
{{ elements.recordinfo_note_courseyear }}
{% endif %}
{% if elements.recordinfo_note_courseterm is not empty %}
{{ elements.recordinfo_note_courseterm }}
{% endif %}
{% if elements.recordinfo_cataloguing_language_iso6392b is not empty %}
{{ elements.recordinfo_cataloguing_language_iso6392b }}
{% endif %}