{% extends 'submissions/admin/base.html' %} {% load bootstrap %} {% load scipost_extras %} {% load user_groups %} {% load conflict_tags %} {% block pagetitle %}: Submission Editors{% endblock pagetitle %} {% block breadcrumb_items %} {{ block.super }} {% if submission.status == 'incoming' %} Pre-screening {{ submission.preprint.identifier_w_vn_nr }} {% else %} Editorial page {{ submission.preprint.identifier_w_vn_nr }} {% endif %} {% endblock %} {% block content %} {% is_ed_admin request.user as is_ed_admin %}
Assigned editor-in-charge | {{ active_assignment.to }} |
Assignment status | {{ active_assignment.get_status_display }} |
Conflict of interests: | {% if submission.needs_conflicts_update %} Conflict of interest awaiting update. Contact techsupport if this is not automatically resolved soon. {% else %} Conflict of interest updated {% endif %} |
Submission status: | {{ submission.get_status_display }} |
Number of red-label declines: | {% if submission.editorial_assignments.declined_red.count >= 3 %} {% include 'bi/exclamation-circle-fill.html' %} {{ submission.editorial_assignments.declined_red.count }} · Close screening: failure to find EIC {% else %} {{ submission.editorial_assignments.declined_red.count }} {% endif %} |
Sending invitations in progress: | {% if submission.is_sending_editorial_invitations %} | {% else %} {% endif %}
# | Fellow | Status | Invited on |
---|---|---|---|
{{ assignment.invitation_order }} |
{{ assignment.to }}
{% for specialty in assignment.to.profile.specialties.all %} {{ specialty.code}}
{% endfor %}
|
{{ assignment.get_status_display }}
{% if assignment.refusal_reason %}
| Reason: {{ assignment.get_refusal_reason_display }}
{% endif %}
|
{{ assignment.date_invited|default:'Not invited (yet)' }}
{% if is_ed_admin and assignment.status == 'preassigned' %}
Send invitation now {% endif %} {% if assignment.date_answered %} Answered {{ assignment.date_answered }} {% endif %} |
No invitations yet. Please use the form below. |
Use the form below to select and order the fellows you want to invite to become an editor for '{{ submission.title }}'.
{% endif %} {% endblock %}