{% extends "admin/core/base.html" %} {% load foundation %} {% block title %}{{ preprint.title|striptags }} - Send to Journal{% endblock %} {% block title-section %}{{ request.repository.object_name }} - Send to Journal{% endblock %} {% block title-sub %}{{ request.repository.object_name }} #{{ preprint.pk }} - {{ preprint.title|safe }}{% endblock %} {% load files %} {% block breadcrumbs %}
Note: this {{ request.repository.object_name}} has already been sent to {{ preprint.article.journal.name }} (ID {{ preprint.article.pk }})
{% endif %} {% if not journal %}Select a journal to send this preprint to:
Journal Name | Journal Code | Select |
---|---|---|
{{ journal.name }} | {{ journal.code }} | Select |
Sending to: {{ journal.name }}. An article record will be created in the given workflow element you select below.
{% endif %}