{% load bootstrap %}
{% include 'profiles/_profile_card.html' with profile=potfel.profile %}

Events

    {% for event in potfel.potentialfellowshipevent_set.all %} {% include 'colleges/_potentialfellowship_event_li.html' with event=event %} {% empty %}
  • No events found.
  • {% endfor %}

Update the status of this Potential Fellowship

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

Add an event for this Potential Fellowship

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