{% extends 'scipost/base.html' %} {% block pagetitle %}: Assignments{% endblock pagetitle %} {% block bodysup %} {% load guardian_tags %} {% load scipost_extras %} {% load submissions_extras %} {% 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 current_assignments %}

Your current assignments:

{% else %}

You currently have no assignments to take care of.

{% endif %} {% endblock bodysup %}