{% extends "admin/core/flat_base.html" %} {% load static %} {% load i18n %} {% load next_url %} {% load foundation %} {% load text %} {% block contextual_title %} Edit author metadata {% endblock contextual_title %} {% block title-section %} {% trans "Edit author metadata" %} {% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/edit_author_metadata_base.html" %} {% endblock %} {% block body %}
{% trans "Back to workflow" as back_label %} {% include "elements/a_back.html" with label=back_label href=article.current_workflow_element_url %}
{% include "elements/current_authors.html" %}

{% trans "Add more authors" %}

{% blocktrans with journal=request.journal.name press=request.press.name %} Some authors may already be registered in {{ journal }}, {{ press }}, or the ORCID registry(opens in new tab). You can check by searching for their email or ORCID. If a match is found, they will be added to the author list. {% endblocktrans %}

{% csrf_token %}

{% blocktrans %} If you cannot find the author in the search, you can add them manually. {% endblocktrans %}

{% csrf_token %}
{% include "admin/elements/forms/field.html" with field=new_author_form.first_name %} {% include "admin/elements/forms/field.html" with field=new_author_form.middle_name %} {% include "admin/elements/forms/field.html" with field=new_author_form.last_name %}
{% include "admin/elements/forms/field.html" with field=new_author_form.name_prefix %} {% include "admin/elements/forms/field.html" with field=new_author_form.name_suffix %} {% include "admin/elements/forms/field.html" with field=new_author_form.is_corporate %}
{% include "admin/elements/forms/field.html" with field=new_author_form.frozen_email %} {% include "admin/elements/forms/field.html" with field=new_author_form.display_email %}
{% endblock body %}