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

Editorial Page for Submission

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


Submission:

{{ submission.header_as_table }}

Abstract:

{{ submission.abstract }}

{% if submission.referees_flagged %}

Referees flagged upon submission (treat reports with caution):

{{ submission.referees_flagged }}

{% endif %}

Editorial Workflow

Status:

{{ submission.status_info_as_table }}

Actions:

Refereeing invitations

{% if ref_invitations %} {% else %}

You have not invited any referees yet.

{% endif %}

Communications

{% if communications %} {% else %}

There have been no communications for this Submission.

{% endif %}
{% endblock bodysup %}