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

Add a Potential Fellowship

{% if view.kwargs.discipline %}

Potential Fellowships in {{ view.kwargs.discipline }}{% if view.kwargs.expertise %}, {{ view.kwargs.expertise }}{% endif %}:


{% endif %} {% 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 %}