{% extends 'scipost/base.html' %} {% block pagetitle %}: assign submission{% endblock pagetitle %} {% block bodysup %}

SciPost Submission: send an Assignment Request



{% include 'submissions/_submission_summary.html' with submission=submission_to_assign %}

{% 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 'submissions/_submission_status_block.html' with submission=submission %}
{% if submission_to_assign.editorialassignment_set.all %}

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.as_ul }}
{% endblock bodysup %}