{% load bootstrap %} {% load submissions_extras %} {% load user_groups %} {% is_edcol_admin request.user as is_editorial_admin %}
You are the Editor-in-charge, go to the Editorial Page to take editorial actions.
{% elif perms.scipost.can_oversee_refereeing and not is_author and not is_author_unchecked %}You are Editorial Administrator. See Editorial Page for detailed information.
{% endif %}Submission status: | {{ submission.get_status_display }} |
Recommendation status: | {% if submission.eicrecommendations.active.first %} {{ submission.eicrecommendations.active.first.get_status_display }} {% else %} No Editorial Recommendation is formulated yet. {% endif %} |
Editorial decision: |
{% if submission.editorial_decision %}
For Journal {{ submission.editorial_decision.for_journal }}: {{ submission.editorial_decision.get_decision_display }}
(status: {{ submission.editorial_decision.get_status_display }}) {% else %} No Editorial Decision has been taken yet. {% endif %} |
Submission is publicly available: | {% if submission.visible_public %} Available in public pages and search results. {% else %} Only available for editors and authors. {% endif %} |
Submission is current version: | {% if submission.is_current %} This is the current version. {% else %} This is not the current version. {% endif %} |
Submission is published as: | {{ submission.publication.citation }} |