{% extends 'scipost/base.html' %} {% block pagetitle %}: editorial recommendation for submission{% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% 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
{% csrf_token %} {{ form|bootstrap }}
{% endblock content %}