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

Reformulate Editorial Recommendation for Submission


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

Reformulate your Editorial Recommendation

Your 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 deactivated.

{% 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 %}
{% include "submissions/pool/_hx_eic_recommendation_form.html" with form=form %}
{% endblock content %}