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

SciPost Submission: send an Assignment Request



{{ submission_to_assign.header_as_table }}

Abstract:

{{ submission_to_assign.abstract }}



{% 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 %}

{{ submission_to_assign.status_info_as_table }}
{% 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 %}