{{ 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 not invitation.accepted == False and not invitation.cancelled %}
{% if invitation.referee %}
Write a communication
{% else %}
(not yet registered)
{% endif %}
|
{% if not invitation.fulfilled %}
Send reminder email
{% 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 not invitation.fulfilled %}
Cancel invitation
{% endif %}
|
{% else %}
|
{% endif %}
{% empty %}