{% extends "admin/core/base.html" %} {% load static %} {% load securitytags %} {% block title %}Active Submissions{% endblock title %} {% block title-section %}Active Submissions{% endblock title-section %} {% is_editor as editor %} {% block body %} {% is_editor as editor %}
{% include "admin/elements/no_stage.html" %}

Submission List

    {% for article in active_submissions %} {% include "elements/core/submission_list_element.html" %} {% endfor %}
{% if editor %}

Assignments

My Assignments

Section

{% for section in sections %}

{{ section.name }}

{% endfor %}

Order

{% endif %}
{% endblock body %} {% block js %} {% endblock js %}