Potential Fellowship details for {{ potfel }}
{% include 'profiles/_profile_card.html' with profile=potfel.profile %}
Update the status of this Potential Fellowship
Add an event for this Potential Fellowship
Events
{% for event in potfel.potentialfellowshipevent_set.all %}
{% include 'colleges/_potentialfellowship_event_li.html' with event=event %}
{% empty %}
- No events found.
{% endfor %}