{% include 'colleges/_hx_nominations_invitations_tablist.html' with selected=selected %}
{% for invitation in invitations.all %}
{{ invitation }}
Events for this nomination
{% include 'colleges/_nomination_events_table.html' with nomination=invitation.nomination %}
Checklist
{% if not invitation.nomination.profile.contributor %}
Update the response to this invitation:
No invitations of this kind
{% endfor %}