{% 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 %}
  • Press Manager
  • {{ request.repository.object_name }} Manager
  • Send Preprint to {% if journal %}{{ journal.name }}{% else %}a Journal{% endif %}
  • {% endblock %} {% block body %}
    {% if preprint.article %}

    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:

    {% for journal in journals %} {% endfor %}
    Journal Name Journal Code Select
    {{ journal.name }} {{ journal.code }} Select
    {% else %}

    Sending to: {{ journal.name }}. An article record will be created in the given workflow element you select below.

    {% csrf_token %} {{ form|foundation }}
    {% endif %}
    {% endblock %} {% block js %} {% include "admin/elements/datatables.html" with target='#journals' sort=0 order='desc' %} {% endblock js %}