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

View all or view by discipline/subject area: {% for discipline in subject_areas %} {% endfor %}

{% for discipline in subject_areas %}

{% for area in discipline.1 %} {{ area.0 }} {% endfor %}

{% endfor %}
Add a Prospective Fellow

{% for prosfel in object_list %} {% empty %} {% endfor %}
Name Discipline Expertises Status
{% include 'colleges/_prospectivefellow_card.html' with prosfel=prosfel pfevent_form=pfevent_form %}
No Prospective Fellows found
{% endblock content %}