{% include 'colleges/_hx_voting_rounds_tablist.html' with selected=selected %} {% for round in voting_rounds %}
{% include 'colleges/_hx_nomination_li.html' with nomination=round.nomination %}

Voting deadline: {{ round.voting_deadline }}

{% if session_fellowship and session_fellowship in round.eligible_to_vote.all %}
{% endif %}
{% empty %}
No voting round found
{% endfor %}