Original submission date
{{ submission.original_submission_date|date:'Y-m-d' }}
Latest activity
{{ submission.latest_activity }}
Submission Status
{{ submission.get_status_display }}
{% if submission.eicrecommendations.active.first %}
EIC Recommendation & Status
{{ submission.eicrecommendations.active.first.get_full_status_display }}
{% endif %}
{% if submission.editorial_decision %}
Editorial Decision Status
{{ submission.editorial_decision.get_status_display }}
{% endif %}
{% if is_ed_admin and submission.has_inadequate_pool_composition %}
{% include 'bi/exclamation-triangle-fill.html' %}
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 %}
{% if is_ed_admin %}{% include 'submissions/pool/_required_actions_tooltip.html' with submission=submission classes='text-white' %}{% endif %}
{% endif %}
{% if submission.status == 'unassigned' %}
{% get_editor_invitations submission request.user as invitations %}
{% if invitations %}