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

There are no Refereeing Invitations for you to consider.

{% else %}

SciPost Submission which you are asked to Referee (see below to accept/decline):



{{ invitation_to_consider.submission.header_as_table }}

Abstract:

{{ invitation_to_consider.submission.abstract }}



Accept or Decline this Refereeing Invitation

Please let us know if you can provide us with a Report for this Submission:

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

Please select a reason for declining this invitation:

{{ form.refusal_reason }}
{% endif %}
{% endblock bodysup %}