{% extends 'scipost/base.html' %} {% block pagetitle %}: accept or decline refereeing invitation (ack){% endblock pagetitle %} {% block bodysup %} {% if invitation.accepted == True %} Thank you for agreeing 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 %}
When you are ready, please go to the Submission's page to submit your Report.
Nonetheless, we thank you very much for considering this refereeing invitation.