{% 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 %}
  • Go to editorial page
  • {% if submission.status == 'incoming' %}
  • Go to pre-screening page
  • {% else %}
  • Close pre-screening: failure to find EIC
  • {% endif %}

    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 expertise in assignment.to.expertises %}
    {{expertise|get_specialization_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 expertise in form.get_fellow.expertises %}
    {{expertise|get_specialization_code}}
    {% endfor %}
    {% with submission.conflict_groups.all|filter_for_contributor:form.get_fellow as conflict_groups %} {% if conflict_groups %} {{ conflict_groups|length }} potential conflict{{ conflict_groups|length|pluralize }} found
    Show/hide conflicts
    {% for conflict_group in conflict_groups %}

    {{ conflict_group.title }}

    {% for conflict in conflict_group.conflicts.non_deprecated %} {% endfor %}
    Person Status Conflict type
    {{ conflict.to_name }} {% if conflict.status == 'unverified' %} {% elif conflict.status == 'verified' %} {% endif %} {{ conflict.get_status_display }} {% if conflict.status == 'unverified' %} {% endif %} {{ conflict.get_type_display }}
    {% endfor %}
    {% else %} No conflicts found {% endif %} {% endwith %}
    Manage Pool composition
    {% endif %} {% endblock %} {% block footer_script %} {% endblock %}