{% extends 'submissions/admin/base.html' %} {% load scipost_extras %} {% block pagetitle %}: Editorial Administration{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} {% if submission %}{{ submission.arxiv_identifier_w_vn_nr }}{% else %}All events in the last 24 hours{% endif %} {% endblock %} {% block body_class %}{{ block.super }} editorial-admin{% endblock %} {% block content %}

Editorial Administration Page

{% if submission %} All events in the last 24 hours
{% endif %} Go to the pool

{% if recommendations_to_prepare_for_voting %}

Recommendations to prepare for voting

{% endif %} {% if recommendations_undergoing_voting %}

Recommendations undergoing voting

{% endif %} {% if recommendations_to_prepare_for_voting or recommendations_undergoing_voting %}
{% endif %}

Submissions currently in pre-screening

Submissions currently in refereeing round

Submissions accepted

{% if submission %} {% include 'partials/submissions/admin/submission_details.html' with submission=submission %} {% else %}

Click on a submission to see its summary and actions

All events in the last 24 hours

{% include 'submissions/submission_event_list_general.html' with events=latest_events %}
{% endif %}
{% endblock content %}