{#
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.
#}
Creators:
{%- for creator in record.creators %}
{%- if creator.identifiers[0].scheme == "Orcid" %}
{%- endif %}
{{creator.name}}{% if not loop.last %}; {% endif %}
{%- endfor %}