{% extends 'scipost/base.html' %} {% block pagetitle %}: editorial page for submission{% endblock pagetitle %} {% load scipost_extras %} {% load submissions_extras %} {% load bootstrap %} {% block content %}

Editorial Page for Submission

{% if not submission.is_current %}

This is not the editorial page for the current version.

Please go to the current version's page.

{% endif %}

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

{% if other_versions %}

Other versions of this Submission exist:

{% for vn in other_versions %} {% include 'submissions/_submission_version.html' with submission=vn %} {% endfor %}
{% endif %}

Submission

{% include 'submissions/_submission_summary_short.html' with submission=submission %}
{% if submission.author_comments %}

Author comments upon resubmission:

{{ submission.author_comments|linebreaks }}
{% endif %} {% if submission.list_of_changes %}

List of changes:

{{ submission.list_of_changes|linebreaks }}
{% endif %} {% if submission.remarks_for_editors %}

Comments for the Editor-in-charge:

{{ submission.remarks_for_editors|linebreaks }}
{% endif %} {% if submission.referees_suggested %}

Referees suggested by authors upon submission:

{{ submission.referees_suggested }}
{% endif %} {% if submission.referees_flagged %}

Referees flagged upon submission (treat reports with caution):

{{ submission.referees_flagged }}
{% endif %}
{% if recommendation %}
{% include 'submissions/_recommendation_author_content.html' with recommendation=recommendation %}
{% endif %}
{% include 'submissions/_submission_status_block.html' with submission=submission %}

Required actions:

    {% for todoitem in submission|required_actions %}
  • {{ todoitem }}
  • {% empty %}
  • No actions required
  • {% endfor %}

Refereeing status summary:

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

Detail of refereeing invitations:

{% include 'submissions/_submission_refereeing_invitations.html' with submission=submission invitations=ref_invitations %}

{% if not submission.is_current %}

BEWARE: This is not the editorial page for the current version!

The tools here are thus available only for exceptional circumstances (e.g. vetting a late report on a deprecated version).
Please go to the current version's page using the link at the top.

{% endif %}

Actions:

Communications

{% endblock content %}