{% extends "admin/core/base.html" %} {% block page_title %}Pre Pubication{% endblock %} {% block admin-header %}Pre Publication{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Pre Publication
  • {% endblock breadcrumbs %} {% block body %}

    Pre-Publication

    {% for article in articles %} {% empty %} {% endfor %}
    ID Title Submitted Main Author Section Projected Issue Accepted
    {{ article.pk }} {{ article.safe_title }} {{ article.date_submitted }} {{ article.correspondence_author.full_name }} {{ article.section.name }} {% if article.projected_issue %}{{ article.projected_issue.display_title }}{% else %}None{% endif %} {{ article.date_accepted }} View
    No articles in this stage
    {% endblock body %} {% block js %} {% include "elements/datatables.html" with target="#prepub" %} {% endblock js %}