{% load bootstrap %}

Events

    {% for event in prosfel.prospectivefellowevent_set.all %} {% include 'colleges/_prospectivefellow_event_li.html' with event=event %} {% empty %}
  • No events found.
  • {% endfor %}

Add an event for this Prospective Fellow

{% csrf_token %} {{ pfevent_form|bootstrap }}