{% extends 'scipost/base.html' %} {% block pagetitle %}: Submissions Pool{% endblock pagetitle %} {% block bodysup %}
{% if assignments_to_consider %} {% for assignment_to_consider in assignments_to_consider %}

Assignment request: can you act as Editor-in-charge? (see below to accept/decline):



{{ assignment_to_consider.submission.header_as_table }}

Abstract:

{{ assignment_to_consider.submission.abstract }}



Accept or Decline this Assignment

By accepting, you will be required to start a refereeing round on the next screen.

{% csrf_token %} {{ form.accept }}

Please select a reason for declining this assignment:

{{ form.refusal_reason }}

{% endfor %}
{% endif %}

SciPost Submissions Pool

{% endblock bodysup %}