{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. Invenio RDM Records is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% if metadata.identifiers %} {% for identifier in metadata.identifiers %} {% if identifier.scheme == 'doi' %} {%- set id_doi = identifier.identifier %}
{% if id_doi %} {{ id_doi }} {% else %} {{ _("No minted DOI") }} {% endif %}
{% endif %} {% endfor %} {% endif %}