{% extends 'submissions/_pool_base.html' %} {% block pagetitle %}: editorial recommendation for submission{% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Pool Editorial Page ({{submission.arxiv_identifier_w_vn_nr}}) Formulate Editorial Recommendation {% endblock %} {% block content %}

Formulate Editorial Recommendation for Submission

(go to the Submissions Page to view Reports and Comments)

(go back to the Editorial Page to take editorial actions)

Submission

{% include 'submissions/_submission_summary.html' with submission=submission %}

Your Editorial Recommendation

You recommendation will be processed by the Editorial Administration.

  • acceptance or rejection: forwarded to the Editorial College for ratification
  • request for revision: sent directly to the authors
{% if submission.editor_in_charge != request.user.contributor %}
You are not assigned as Editor in charge. However, you can formulate an Editorial Recommendation because you are Editorial Administrator. This Editorial Recommendation will still be signed by the Editor-in-charge.
{% endif %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock content %}