{% extends 'scipost/base.html' %} {% block pagetitle %}: accept or decline refereeing invitations{% endblock pagetitle %} {% load bootstrap %} {% block content %} {% 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):

{% include 'submissions/_submission_summary.html' with submission=invitation_to_consider.submission %}

Accept or Decline this Refereeing Invitation

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

We will expect your report by {{invitation_to_consider.submission.reporting_deadline}}

{% csrf_token %} {{ form|bootstrap }}
{% endif %} {% endblock content %}