{% load submissions_extras %}
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.referee.full_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
{% if invitation.intended_delivery_date %}
Expected by {{ invitation.intended_delivery_date }} {% endif %} {% else %} task declined {% if invitation.refusal_reason %} {{ invitation.get_refusal_reason_display }} {% endif %} {% endif %} {{ invitation.date_responded }}
{% else %}
response pending
{% endif %}
|
{% if not invitation.accepted == False and not invitation.cancelled %}
{% 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.contributor %}
Write a communication
{% if invitation.contributor.editorial_communications|filter_for_submission:submission %}
{% endif %} {% else %} (not yet registered) {% endif %} |
{% if not invitation.fulfilled %}
|
{% else %}
{% if invitation.contributor %} {% endif %} | {% 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 %} |