{% load text %} {% load static %} {% load i18n %} {% load next_url %} {% load securitytags %} {% is_any_editor as any_editor %}
{% blocktrans with journal=request.journal.name %} You cannot edit this author's details, because they have a user account with {{ journal }}. If their details are out of date, ask them to log in and edit their user profile. {% endblocktrans %}
{% site_url "core_edit_profile" 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 %}{% blocktrans %} After they have made their changes, remove and re-add them to the author list via the search. {% endblocktrans %}
{% blocktrans %} Authors can be moved up or down to set their order. This order will be used for the display of author names when the article is published. {% endblocktrans %}