{% load bootstrap %}

Potential Fellowship details for {{ potfel }}

{% include 'profiles/_profile_card.html' with profile=potfel.profile %}
{% if perms.scipost.can_manage_college_composition %}

Update the status of this Potential Fellowship

{% csrf_token %} {{ pfstatus_form|bootstrap }}
{% endif %}
{% if perms.scipost.can_manage_college_composition %}

Add an event for this Potential Fellowship

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

Events

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