{% for author in publication.authors.all %} {{ author.user.first_name }} {{ author.user.last_name }} {% endfor %}
{% for author in publication.authors_unregistered.all %} {{ author }} {% endfor %}
{{ contributor.user.first_name }} {{ contributor.user.last_name }} | Add this Contributor as author of this Publication |
No Contributor with this name could be identified.
{% endif %}{{ unreg_auth }} | Add this unregistered author as author of this Publication |
No UnregisteredAuthor with this name could be found in the database.
{% endif %}