{% load submissions_pool %} {% load user_groups %} {% is_edcol_admin request.user as is_editorial_admin %}
{% include 'partials/submissions/pool/submission_tooltip.html' with submission=submission %} {% if submission.status == 'unassigned' %} {% endif %}
{{ submission.title }}
by {{ submission.author_list }}
{% if submission.eicrecommendations.active.first %} EIC Recommendation Status
{{ submission.eicrecommendations.active.first.get_full_status_display }} {% endif %}
Editor-in-charge
{% if submission.status == 'unassigned' %} You can volunteer to become Editor-in-charge by clicking here. {% elif submission.editor_in_charge == request.user.contributor %} You are Editor-in-charge {% else %} {{ submission.editor_in_charge }} {% endif %}
Actions
See details {% if submission.editor_in_charge == request.user.contributor %} · Editorial page {% endif %}
Latest activity
{{ submission.latest_activity }}
Submission Status
{{ submission.get_status_display }}
{% if is_editorial_admin and submission.has_inadequate_pool_composition %}
Notice to admin: The current editor is not assigned to the pool. Therefore, the editor will not be able to reach the editorial page.
{% endif %} {% if submission.cycle.has_required_actions %}
This Submission contains required actions, click here to see details. {% include 'partials/submissions/pool/required_actions_tooltip.html' with submission=submission classes='text-white' %}
{% endif %} {% if submission.status == 'unassigned' %} {% get_editor_invitations submission request.user as invitations %} {% if invitations %}
You are invited to become Editor-in-charge of this Submission. You can reply to this invitation here.
{% endif %} {% endif %}