{% extends 'colleges/base.html' %} {% load scipost_extras %} {% load colleges_extras %} {% load bootstrap %} {% block headsup %} {% endblock headsup %} {% 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 }} |
No Potential Fellowships found |