{% load bootstrap %}

{{ prosfel.last_name }}, {{ prosfel.get_title_display }} {{ prosfel.first_name }}
{{ prosfel.email }}
{% if prosfel.webpage %}webpage {% else %}No personal webpage given {% endif %}
{% if prosfel.contributor %}Associated to Contributor {{ prosfel.contributor }} {% else %}No associated Contributor {% endif %}

Events

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

Update the status of this Prospective Fellow

{% csrf_token %} {{ pfstatus_form|bootstrap }}

Add an event for this Prospective Fellow

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