{% for invitation in invitations %} {% if not invitation.accepted == False and not invitation.cancelled %} {% else %} {% endif %} {% empty %} {% endfor %}
Referee Invitation date Task status Auto reminders {% include 'partials/submissions/refinv_auto_reminders_tooltip.html' %} Actions
{{ invitation.get_title_display }} {{invitation.first_name}} {{invitation.last_name}} invited
{{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 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 {% else %} (not yet registered) {% endif %} {% if not invitation.fulfilled %} Cancel invitation {% endif %}
You have not invited any referees yet.