{% load guardian_tags %} {% load scipost_extras %} {% load submissions_extras %} {% include 'submissions/_submission_card_fellow_content.html' with submission=submission %}
{% if submission.remark_set.all %}

Remarks on this submission:

{% endif %} {% if remark_form %} {% include 'submissions/_remark_add_form.html' with submission=submission form=remark_form %} {% endif %} {% get_obj_perms request.user for submission as "sub_perms" %} {% if "can_take_editorial_actions" in sub_perms or is_ECAdmin %} {% 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.editorialassignment_set.all %}

EIC Assignment requests:

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

Actions:

{% endif %} {% endif %} {% if is_ECAdmin %}

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 %}