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