{#
Copyright (C) 2020 Zenodo
Copyright (C) 2020 TUGRAZ
invenio-theme-tugraz 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 creators (authors_list) %}
{%- for creators in authors_list %}
{%- if creators.identifiers and creators.identifiers.orcid %}
{%- endif %}
{{creators.person_or_org.name}}
{% if not loop.last %}; {% endif %}
{%- endfor %}
{%- endmacro %}
{%- macro contributors(contributors_list) %}
{%- for group in contributors_list|groupby('type')%}