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

Editorial Page for Submission

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


Submission:

{{ submission.header_as_table }}

Abstract:

{{ submission.abstract }}

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 %}
{% endif %} {% endblock bodysup %}