{% 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 %}

Thank you for becoming Editor-in-charge of this submission.

Please go to the Submission's editorial page and select referees now.

{% else %}

Thank you for considering.

Return to the Submissions Pool.

{% endif %} {% endblock content %}