{% extends 'submissions/pool/base.html' %} {% load bootstrap %} {% load guardian_tags %} {% load scipost_extras %} {% load submissions_extras %} {% block breadcrumb_items %} {{ block.super }} Editorial Assignment {% endblock %} {% block pagetitle %}: Editorial Assignment{% endblock pagetitle %} {% block content %}

Editorial Assignment

Can you act as Editor-in-charge?{% if form.instance.id %} (see below to accept/decline){% endif %}


Submission details

{% include 'partials/submissions/submission_summary.html' with submission=submission %}
{% if form.instance.id %}

Accept or Decline this Assignment

{% else %}

Volunteer to become Editor-in-charge

{% endif %}

By accepting, you will be required to start a refereeing round on the next screen.

{% csrf_token %} {{ form|bootstrap }}

Clarification
If you choose the Normal refereeing cycle, you will be redirected to the Editorial Page to proceed further. The Submission will be publicly available and the authors will be informed that the refereeing process has started.
If you choose to directly formulate a Editorial Recommendation for rejection, the Submission will not become publicly available. After formulation of the Editorial Recommendation, it will put forward for voting as normal.

{% endblock %}