{% load submissions_extras %} {% for invitation in invitations %} {% if not invitation.accepted == False and not invitation.cancelled %} {% else %} {% endif %} {% if invitation.referee %} {% endif %} {% empty %} {% endfor %} {% if submission.in_stage_in_refereeing %} {% endif %}
Referee Invitation date Task status Auto reminders {% include 'submissions/_refinv_auto_reminders_tooltip.html' %} Actions
{% if invitation.needs_sending %}
{% include 'bi/info-circle-fill.html' %} {% include 'bi/arrow-right.html' %}
{% elif invitation.needs_response %}
{% include 'bi/info-circle-fill.html' %} {% include 'bi/arrow-right.html' %}
{% elif invitation.needs_fulfillment_reminder %}
{% include 'bi/info-circle-fill.html' %} {% include 'bi/arrow-right.html' %}
{% endif %} {% if invitation.is_overdue %}
overdue
{% endif %}
{{ invitation.get_title_display }} {{ invitation.first_name }} {{ invitation.last_name }}
{{invitation.email_address}}
{% if not invitation.date_invited %} {% if not invitation.cancelled %} Invitation email not sent!!
{% include 'bi/arrow-right.html' %} Resend {% endif %} {% else %} {{ invitation.date_invited }} {% endif %}
{% if invitation.fulfilled %} task fulfilled {% elif invitation.cancelled %} cancelled {% elif invitation.accepted is not None %} {% if invitation.accepted %} task accepted {% else %} task declined {% if invitation.refusal_reason %}
{{ invitation.get_refusal_reason_display }} {% endif %} {% endif %}
{{ invitation.date_responded }}
{% else %} response pending {% endif %}
{% if invitation.auto_reminders_allowed %}
On
{% else %}
Off
{% endif %}
{% if not invitation.fulfilled %} Send reminder email manually {% else %} Report has been delivered {% endif %} {% if invitation.nr_reminders > 0 %} nr reminders sent: {{ invitation.nr_reminders }}
last on {{ invitation.date_last_reminded }}
{% endif %}
{% if invitation.referee %} Write a communication {% if invitation.referee.editorial_communications|filter_for_submission:submission %}
{% endif %} {% else %} (not yet registered) {% endif %}
{% if not invitation.fulfilled %}
{% endif %}
{% if invitation.referee %} {% endif %}
You do not have any referees.
{% if invitations %}

+ Invite an additional referee

{% else %} {% include 'bi/exclamation-circle-fill.html' %} You have not invited any referees yet. Invite the first referee here. {% endif %}