{% load scipost_extras %}
Last name | First name | Date | Type | Drafted by | Actions | ||
---|---|---|---|---|---|---|---|
{{ invitation.last_name }} | {{ invitation.first_name }} | {{ invitation.email }} | {% if invitation.status == 'draft' %} {{ invitation.modified }} {% else %} {{ invitation.date_sent_last }} {% endif %} | {{ invitation.get_invitation_type_display }} | {{ invitation.created_by.user.first_name }} {{ invitation.created_by.user.last_name }} | {% if perms.scipost.can_manage_registration_invitations %}{% if invitation.status == 'draft' %} Edit or send · Mark as send {% elif invitation.status == 'sent' %} Send reminder {% endif %} | {% endif %}
|
No Invitations found. |