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