{% load submissions_extras %}
Referee | Invitation date | Task status | Auto reminders {% include 'partials/submissions/refinv_auto_reminders_tooltip.html' %} | Actions | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if 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.date_invited }} |
{% if invitation.fulfilled %}
task fulfilled
{% elif invitation.cancelled %}
cancelled
{% elif invitation.accepted is not None %}
{% if invitation.accepted %}
task accepted
{% else %}
task declined
{% 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.referee %}
Write a communication
{% if invitation.referee.editorial_communications|filter_for_submission:submission %}
{% endif %} {% else %} (not yet registered) {% endif %} |
{% if not invitation.fulfilled %} Cancel invitation {% endif %} | {% else %}{% if invitation.referee %} {% 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 %} |