{% extends 'submissions/pool/base.html' %} {% load bootstrap %} {% block pagetitle %}: assign submission{% endblock pagetitle %} {% block breadcrumb_items %} {{block.super}} Pool Editorial Page ({{submission_to_assign.arxiv_identifier_w_vn_nr}}) Assign Submission {% endblock %} {% block content %}

SciPost Submission: send an Assignment Request

{% include 'partials/submissions/submission_summary.html' with submission=submission_to_assign show_abstract=1 %}
{% if submission_to_assign.referees_suggested %}

Referees suggested by the authors upon submission (treat with due care):

{{ submission_to_assign.referees_suggested }}

{% endif %} {% if submission_to_assign.referees_flagged %}

Referees flagged upon submission (treat reports with caution):

{{ submission_to_assign.referees_flagged }}

{% endif %} {% include 'partials/submissions/submission_status.html' with submission=submission_to_assign %}
{% if submission_to_assign.editorial_assignments.exists %}

EIC Assignment requests already sent:

If more than 5 Fellows have declined an assignment for a red-marked reason, the Submission should be rejected.

{% endif %}

Send a new assignment request:

{% csrf_token %} {{ form|bootstrap }}
{% endblock %}