{% extends 'scipost/base.html' %} {% block pagetitle %}: Submissions Pool{% endblock pagetitle %} {% block bodysup %} {% load guardian_tags %} {% load scipost_extras %} {% load submissions_extras %} {% if request.user|is_in_group:'Editorial Administrators' and recommendations_undergoing_voting %}

Recommendations undergoing voting


{% endif %} {% 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 %} {{ consider_assignment_form.accept }}

Please select a reason for declining this assignment:

{{ consider_assignment_form.refusal_reason }}

{% endfor %}

{% endif %} {% if request.user|is_in_group:'Editorial Administrators' and recommendations_to_prepare_for_voting %}

Recommendations to prepare for voting


{% endif %} {% if recs_to_vote_on %}

Recommendations to vote on


{% endif %}

SciPost Submissions Pool

{% endblock bodysup %}