{% extends 'colleges/base.html' %} {% load bootstrap %} {% load scipost_extras %} {% load colleges_extras %} {% load static %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% block pagetitle %}: Potential Fellowships{% endblock pagetitle %} {% block content %}
Do you know somebody qualified who could serve as a Fellow?
Nominate them by adding a Potential Fellowship.
Name | Discipline | Expertises | Status | Latest event |
---|---|---|---|---|
{{ 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 }} {% voting_results_display potfel %} |
{{ potfel.latest_event_details }} |
No Potential Fellowships found |