{% if session_fellowship and session_fellowship in round.eligible_to_vote.all or "edadmin" in user_roles %} {% if round.is_open and session_fellowship in round.eligible_to_vote.all %}
{% else %} {% include "colleges/_hx_voting_round_results.html" with voting_round=round %} {% endif %} {% else %}

You are not called upon to vote in this round.

{% endif %}