{% extends 'submissions/pool/base.html' %} {% load bootstrap %} {% load guardian_tags %} {% load scipost_extras %} {% load submissions_extras %} {% load user_groups %} {% block breadcrumb_items %} Personal Page {% if submission %} Pool {% else %} {% endif %} {% endblock %} {% block pagetitle %}: Submissions Pool{% endblock pagetitle %} {% block content %} {% is_edcol_admin request.user as is_ECAdmin %}
Do you know qualified candidates who could serve as Fellow in a College?
Nominate them by adding a Potential Fellowship.
{% if nr_potfels_to_vote_on > 0 %}
You can vote on {{ nr_potfels_to_vote_on }} nomination{{ nr_potfels_to_vote_on|pluralize }}: please go to the Potential Fellowships page.
{% endif %}