{% extends 'colleges/base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Details {% endblock %} {% load scipost_extras %} {% block pagetitle %}: Potential Fellowship details{% endblock pagetitle %} {% block content %}
{% include 'colleges/_potentialfellowship_card.html' with potfel=object pfevent_form=pfevent_form %}
{% endblock content %}