{% load bootstrap %} {% load submissions_extras %}
{% if not submission.editor_in_charge %} No Editor-in-charge is assigned yet. The SciPost administration will inform you as soon as one is assigned. {% elif submission.in_refereeing_phase %} The refereeing round has started. The current deadline is set to {{ submission.reporting_deadline|date:'j F Y' }}. {% elif submission.eicrecommendations.active.first %} An Editorial Recommendation has been formulated. See its status details below. {% elif not submission.open_for_reporting %} The refereeing round is closed, but no Editorial Recommendation is formulated yet. The editor will formulate the Editorial Recommendation after all Reports have been received. {% endif %} {% if submission.editorial_decision %} An Editorial Decision has been taken. See details below. {% endif %}
Submission status: | {{ submission.get_status_display }} |
Submission is publicly available: | {% if submission.visible_public %} {% include 'bi/check-circle-fill.html' %} Available in public pages and search results. {% else %} {% include 'bi/x-circle-fill.html' %} Only available for editors and authors. {% endif %} |
Submission is current version: | {% if submission.is_current %} {% include 'bi/check-circle-fill.html' %} This is the current version. {% else %} {% include 'bi/x-circle-fill.html' %} This is not the current version. {% endif %} |
Recommendation status: | {% if submission.eicrecommendations.active.first %} {{ submission.eicrecommendations.active.first.get_status_display }} {% else %} No Editorial Recommendation is formulated yet. {% endif %} |
Editorial decision: | {{ submission.editorial_decision.summary }} |
Submission is published as: | {{ submission.publication.citation }} |