{% extends 'submissions/pool/base.html' %} {% block pagetitle %}: Editorial Recommendation for Submission{% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Editorial Page ({{submission.arxiv_identifier_w_vn_nr}}) Reformulate Editorial Recommendation {% endblock %} {% block content %}

Reformulate Editorial Recommendation for Submission


{% include 'partials/submissions/submission_summary.html' with submission=submission show_abstract=1 %}

Reformulate Editorial Recommendation

You recommendation will be processed by the Editorial Administration.

This recommendation will be saved with a new version number and any other Editorial Recommendation will be deactived. All obtained votes will be lost.

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