{# Authors repeating field. Stored as a JSON string in extras['authors']. The JS helper (zenodo_repeating.js) serialises the rows into the hidden input on form submit. #} {% set authors = h.zenodo_decode_people(h.zenodo_get_extra(data, 'authors')) %}
{{ _('Authors') }}

{{ _('Mapped to Zenodo "creators". Email is validated if provided, but is not required by the Zenodo creators API. Role is stored in CKAN for local context only.') }}

{% for author in (authors or [{}]) %}
{{ _('Creator') }}
{{ _('Author details') }}
{% endfor %}