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.
{% for assignment in sub.editorialassignment_set.all %}
{% include 'submissions/_assignment_info.html' with assignment=assignment %}
{% endfor %}
{% endif %}
Send a new assignment request:
{% endblock bodysup %}