{% extends "admin/core/base.html" %} {% block page_title %}Copyediting{% endblock %} {% block admin-header %}Articles in Copyediting{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/copyediting_base.html" %} {% endblock breadcrumbs %} {% block body %}

Articles in Copyediting

{% for article in articles_in_copyediting %} {% empty %} {% endfor %}
ID Title Submitted Main Author Section Projected Issue Stage
{{ 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.stage }} View
No articles in this stage
{% endblock body %} {% block js %} {% include "elements/datatables.html" with target="#unassigned" %} {% endblock js %}