{% extends 'scipost/base.html' %} {% block pagetitle %}: accept or decline refereeing invitation (ack){% endblock pagetitle %} {% block content %} {% if invitation.accepted == True %}
When you are ready, please go to the Submission's page to submit your Report.
{% else %}Nonetheless, we thank you very much for considering this refereeing invitation.
{% endif %} {% endblock content %}