{# Copyright (C) 2020 Zenodo Copyright (C) 2020 TUGRAZ Copyright (C) 2020 mojib wali. 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.Orcid %} {%- endif %} {{creators.name}} {% if not loop.last %}; {% endif %} {%- endfor %} {%- endmacro %} {%- macro contributors(contributors_list) %} {%- for group in contributors_list|groupby('type')%}
{{group.grouper|contributortype_title}}(s)
{{authors(group.list)}} {%- endfor %} {%- endmacro %}