Current list of authors as contributors:
Current list of additional authors (unregistered):
{% for author in publication.authors_unregistered.all %}
- {{ author }}
{% empty %}
- No unregistered authors known.
{% endfor %}
Add an (unregistered) author
Search for missing author
{% if form.has_changed %}
Identified as contributor:
You can otherwise add the author manually and link it to the publication
{% endif %}
Return to the publication's page or to the metadata management page.