{% include 'colleges/_hx_nominations_invitations_tablist.html' with selected=selected %} {% for invitation in invitations.all %}
{{ invitation }}
Events {% include 'colleges/_nomination_events_table.html' with nomination=invitation.nomination %}
Checklist {% include 'colleges/_nominations_invitation_checklist.html' with invitation=invitation %}

Update the response to this invitation:

{% empty %}

No invitations of this kind

{% endfor %}