{% load static %} {% load i18n %} {% load next_url %} {% load uuid %} {% get_uuid4 as pid %}
{% if author.credits.exists %}
{% csrf_token %}
{% for credit in author.credits %}
{{ credit.get_role_display }}
{% endfor %}
{% else %}
{% trans "This author has no contributor roles." %}
{% endif %}
{% csrf_token %}
{% trans "Select a role:" %}
{% for radio in credit_form.role %}
{% endfor %}
{% trans "Learn about CRediT roles." %} {% trans "(opens in new tab)" %}