{% extends 'submissions/pool/base.html' %} {% block pagetitle %}: select referee for submission{% endblock pagetitle %} {% load scipost_extras %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Editorial Page ({{submission.preprint.identifier_w_vn_nr}}) {% endblock %} {% block content %}
(go to the Submissions Page to view Reports and Comments)
(go back to the Editorial Page to take editorial actions)
{{ submission.referees_flagged }}
{% endif %}(only up to 5 most recent shown; if within the last 3 years, referee is disqualified):
Name |
Registered Contributor? |
Email known? |
Accepts refereeing requests? |
Action (Unregistered people will also automatically receive a registration invitation) |
---|---|---|---|---|
{{ profile }} | {% if profile.contributor %}{% include 'bi/check-circle-fill.html' %}{% else %}{% include 'bi/x-circle-fill.html' %}{% endif %} | {% if profile.email %}{% include 'bi/check-circle-fill.html' %} {{ profile.email }}{% else %}{% include 'bi/x-circle-fill.html' %}{% endif %} | {% if profile.accepts_refereeing_requests %} {% include 'bi/check-circle-fill.html' %}{% else %}{% include 'bi/x-circle-fill.html' %} {% endif %} | {% if profile.accepts_refereeing_requests %} {% if profile.email %} Send refereeing invitation with or without auto-reminders. {% include 'submissions/_refinv_auto_reminders_tooltip.html' %} {% else %} Cannot send an invitation without an email {% include 'bi/arrow-right.html' %} Add one: {% endif %} {% else %} This person does not accept refereeing requests {% endif %} |
No Profiles found |