{% extends 'scipost/base.html' %} {% block pagetitle %}: accept or decline assignment (ack){% endblock pagetitle %} {% block content %} {% if errormessage %}
{{ errormessage }}
Return to the Submissions Pool.
{% elif assignment.accepted %}Please go to the Submission's editorial page and select referees now.
{% else %}Return to the Submissions Pool.
{% endif %} {% endblock content %}