{# Copyright (C) 2024 Graz University of Technology. invenio-catalogue-marc21 is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% macro show_doi(doi_value, record, badge_id="record-doi-badge") %} {{ doi_value }} {%- endmacro %}
{{ _("Created") }} {{ record.ui.created }}   {{ _("Updated") }} {{ record.ui.updated }}
{% if metadata.resource_type %} {{ metadata.resource_type}} {% endif %} {%- set doi = record.pids.get('doi', {}).get('identifier') %} {% if doi %} {{ show_doi(doi, record) }} {% endif %}