{# 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. #} {%- from "invenio_rdm_records/details/list_entities.html" import list_entities %}

Contributors:

{%- for group in record.contributors|groupby('role')%}

{{group.grouper|contributortype_title}}(s)

{{ list_entities(group.list) }} {%- endfor %}