{% extends 'submissions/admin/base.html' %} {% load bootstrap %} {% load scipost_extras %} {% 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 %} Editor invitations {% endblock %} {% block content %}

Submission editor invitations

{{submission.title}}

by {{submission.author_list}}


Submission summary

{% include 'partials/submissions/submission_summary.html' with submission=submission hide_title=1 show_abstract=0 %}

Current invitations

{% if active_assignment %} {% else %} {% endif %}
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 %} {{ submission.editorial_assignments.declined_red.count }} · Close pre-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 %}

{% for assignment in assignments %} {% empty %} {% endfor %}
# 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 assignment.status == 'preassigned' %}
Send invitation now {% endif %} {% if assignment.date_answered %}
Answered {{ assignment.date_answered }} {% endif %}
No invitations yet. Please use the form below.
{% if formset %}

Update invitations

Use the form below to select and order the fellows you want to invite to become an editor for '{{ submission.title }}'.

{% csrf_token %} {{ formset.management_form }} {% for form in formset %} {% endfor %}
Fellow Possible conflicts
{% for field in form %} {{ field }} {% endfor %} {{ form.get_fellow }} {% if form.instance.status != 'preassigned' %} {% endif %}
{% for specialty in form.get_fellow.profile.specialties.all %}
{{ specialty.code}}
{% endfor %}
{% with submission.conflict_of_interests.non_deprecated|filter_for_contributor:form.get_fellow as conflicts %} {% include 'partials/submissions/admin/conflicts.html' with conflicts=conflicts %} {% endwith %}
Manage Pool composition
{% endif %} {% endblock %}