{% extends 'colleges/base.html' %} {% load bootstrap %} {% load scipost_extras %} {% load colleges_extras %} {% load static %} {% block breadcrumb_items %} {{ block.super }} Colleges Potential Fellowships {% endblock %} {% block pagetitle %}: Potential Fellowships{% endblock pagetitle %} {% block content %}

Potential Fellowships

{% if perms.scipost.can_add_potentialfellowship %}

Nominations

Do you know somebody qualified who could serve as a Fellow?
Nominate them by adding a Potential Fellowship.

{% if potfels_to_vote_on or potfels_voted_on %}

Ongoing elections

{% if potfels_to_vote_on %}

Nominations to vote on:

{% include 'colleges/_potentialfellowship_voting_table.html' with potfels_list=potfels_to_vote_on %}
{% endif %} {% if potfels_voted_on %}

Nominations you have already voted on (you can revise your vote if you wish):

{% include 'colleges/_potentialfellowship_voting_table.html' with potfels_list=potfels_voted_on %}
{% endif %}
{% endif %} {% endif %} {% for branch in branches %} {% if branch.name != 'Multidisciplinary' %} {% endif %} {% endfor %}

Branch of Science

Fields
(click to see list of Fellows)

{{ branch.name }}
{% if view.kwargs.acad_field or request.GET.status or request.GET.text %}

Potential Fellowships {% if view.kwargs.acad_field %}in {{ view.kwargs.acad_field }} {% if view.kwargs.specialty %}, {{ view.kwargs.specialty }}{% endif %} {% endif %} {% if request.GET.status %} with status {{ request.GET.status }}{% endif %} {% if request.GET.text %} with last name starting with {{ request.GET.text }}{% endif %}:


{% endif %} {% for potfel in object_list %} {% empty %} {% endfor %}
Name Field
Specialties
For College Status Latest event
{{ potfel.profile.last_name }}, {{ potfel.profile.get_title_display }} {{ potfel.profile.first_name }} {{ potfel.profile.acad_field }}
{% for specialty in potfel.profile.specialties.all %}
{{ specialty.code }}
{% endfor %}
{{ potfel.college }} {{ potfel.get_status_display }}
{% voting_results_display potfel %}
{{ potfel.latest_event_details }}
No Potential Fellowships found
{% if is_paginated %}
{% include '_pagination.html' with page_obj=page_obj %}
{% endif %}
{% endblock content %} {% block footer_script %} {% endblock footer_script %}