{% extends 'scipost/base.html' %} {% load scipost_extras %} {% load bootstrap %} {% block pagetitle %}: Potential Fellowships{% endblock pagetitle %} {% block content %}

Add a Potential Fellowship

{% for potfel in object_list %} {% empty %} {% endfor %}
Name Discipline Expertises Status
{% include 'colleges/_potentialfellowship_card.html' with potfel=potfel pfevent_form=pfevent_form %}
No Potential Fellowships found
{% endblock content %}