{% extends 'scipost/base.html' %} {% load static %} {% load crispy_forms_tags %} {% block body_class %}{{ block.super }} pool{% endblock %} {% block breadcrumb %} {% endblock %} {% block pagetitle %}: Submissions Pool{% endblock pagetitle %} {% block content %}

SciPost Submissions Pool

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 %}
Take me back to the old pool...
{% if assignments_to_consider or recs_to_vote_on or recs_current_voted %} {% if assignments_to_consider %}

Your open Assignment Requests {% include 'bi/exclamation-circle-fill.html' %}

{% endif %} {% if recs_to_vote_on %}

Recommendations to vote on {% include 'bi/exclamation-circle-fill.html' %}

{% endif %} {% if recs_current_voted %}

Current recommendations you have voted on:

{% endif %}
{% endif %}
Search / filter
{% crispy form %}
{% endblock content %} {% block footer_script %} {% endblock %}