{% extends "admin/core/flat_base.html" %} {% load i18n %} {% load static %} {% load foundation %} {% load roles %} {% load next_url %} {% load securitytags %} {% block contextual_title %} Edit "{{ author }}" {% endblock contextual_title %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/edit_author_base.html" %} {% endblock breadcrumbs %} {% block title-section %} Edit "{{ author }}" {% endblock title-section %} {% block body %} {% is_editor as editor %}
{% blocktrans with article_title=article.safe_title journal_title=journal.name %} The details on this page are the author information that will be tied to "{{ article_title }}" for publication. They are separate from the author's user profile with {{ journal_title }}, which can be edited at any time. {% endblocktrans %}
{% if editor %} {% endif %} {% else %}{% blocktrans with journal_title=journal.name %} This author has not registerd for a user account with {{ journal_title }}. {% endblocktrans %}
{% endif %}