{% extends 'scipost/base.html' %} {% block pagetitle %}: accept or decline assignments{% endblock pagetitle %} {% block bodysup %}
{% if not assignment_to_consider %}

There are no Assignments for you to consider.

{% else %}

SciPost Submission Assigned to you (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 }}
{% endif %}
{% endblock bodysup %}