{% extends "admin/core/base.html" %} {% block title %}Unassigned Articles{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Unassigned Articles
  • {% endblock breadcrumbs %} {% block body %}

    Unassigned Articles

    {% for article in articles %} {% empty %} {% endfor %}
    ID Title Submitted Main Author Section
    {{ article.pk }} {{ article.safe_title }} {{ article.date_submitted }} {{ article.correspondence_author.full_name|se_can_see_pii:article }} {{ article.section.name }} View
    No articles in this stage
    {% endblock body %} {% block js %} {{ block.super }} {% include "admin/elements/datatables.html" with target="#unassigned" sort=2 order='asc' %} {% endblock js %}