{% comment %} If round is open and the viewer can vote, show the voting form {% endcomment %}
{% elif session_fellowship and session_fellowship in round.eligible_to_vote.all and round.is_open %}
{% endif %}
{% comment %} If round is closed show results if they exist {% endcomment %}
{% else %}
{% include "colleges/_voting_results_box.html" with voting_round=voting_round %}