{% load guardian_tags %} {% load scipost_extras %} {% load submissions_extras %} {% load user_groups %} {% is_editor_in_charge request.user submission as is_editor_in_charge %} {% is_edcol_admin request.user as is_editorial_admin %} {# !! TODO: Remove this template as soon as new pool in active !! #}
{% include 'partials/submissions/submission_title.html' with submission=submission %} {% include 'partials/submissions/pool/submission_info_table.html' with submission=submission %}
{% if submission.remarks.all %}

Remarks on this submission:

{% endif %} {% if remark_form %} {% include 'submissions/_remark_add_form.html' with submission=submission form=remark_form %} {% endif %} {% if is_editor_in_charge or is_editorial_admin %} {% include 'submissions/_required_actions_block.html' with submission=submission %}

Go to this Submission's Editorial Page

{% endif %} {% if perms.scipost.can_assign_submissions %} {% if submission.editorial_assignments.exists %}

EIC Assignment requests:

{% endif %} {% if submission.editor_in_charge == None %}

Actions:

{% endif %} {% endif %} {% if is_editorial_admin %}

Send a communication to the Editor-in-charge

{% if submission.status == 'accepted' %}

After proofs have been accepted, you can initiate the publication process (leads to the validation page)

{% endif %} {% endif %}