{% extends 'scipost/base.html' %} {% block pagetitle %}: accept or decline refereeing invitation (ack){% endblock pagetitle %} {% block bodysup %}
{% if invitation.accepted == True %}

Thank you for agree to referee this Submission.

When you are ready, please go to the Submission's page to submit your Report.

{% else %}

You have declined to contribute a Report.

Nonetheless, we thank you very much for considering this refereeing invitation.

{% endif %}
{% endblock bodysup %}