{% load static %} {% load i18n %} {% load uuid %} {% get_uuid4 as pid %}
{% if article.correspondence_author %} {% trans "Correspondence author" %} {% else %} {% trans "No correspondence author" %} {% endif %}

{% blocktrans %} The correspondence author can be any author who has a user account, independent of order. They will receive updates and requests for work on the article during the review and publication process. {% endblocktrans %}

{% csrf_token %} {% if article.non_correspondence_authors %}
{% trans "Select a new correspondence author:" %} {% for possible_corr_author in article.author_accounts %}
{% endfor %}
{% else %}

{% blocktrans %} The correspondence author cannot be changed, because there are no other authors with user accounts. First invite a co-author to register for an account. {% endblocktrans %}

{% site_url "core_register" as content %} {% trans "Copy link to share" as label_copy %} {% trans "Link copied" as label_copied %} {% include "admin/elements/button_copy.html" with content=content label_copy=label_copy label_copied=label_copied %} {% if authors|length > 1 %}

{% blocktrans %} After they have made their account, remove and re-add them to the author list via the search. {% endblocktrans %}

{% else %}

{% blocktrans %} After they have made their account, add them to the author list via the search. {% endblocktrans %}

{% endif %} {% endif %}