{% extends 'scipost/base.html' %} {% load scipost_extras %} {% load bootstrap %} {% block pagetitle %}: Potential Fellowships{% endblock pagetitle %} {% block content %}
Name | Discipline | Expertises | Status |
---|---|---|---|
{{ potfel.potfel.last_name }}, {{ potfel.potfel.get_title_display }} {{ potfel.potfel.first_name }} | {{ potfel.potfel.get_discipline_display }} |
{% for expertise in potfel.potfel.expertises %}
{{expertise|get_specialization_code}}
{% endfor %}
|
{{ potfel.potfel.get_status_display }} |
{% include 'colleges/_potentialfellowship_card.html' with potfel=potfel pfevent_form=pfevent_form %} | |||
No Potential Fellowships found |