{% endblock %}
{% block body %}
{% include "elements/current_authors.html" %}
{% trans "Add more authors" %}
{% if request.user not in article.author_accounts %}
{% endif %}
{% 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 %}
{% blocktrans %}
If you cannot find the author in the search,
you can add them manually.
{% endblocktrans %}
{% trans "Proceed to next step" %}
{% blocktrans %}
Is the author information complete?
{% endblocktrans %}
{% endblock body %}
{% block toastr %}
{% comment %}
Avoid showing the messages via Toastr since they should be included at the
top of the form.
{% endcomment %}
{% endblock toastr %}