{% if voters %} {% if "edadmin" in user_roles %} {% if not round.is_unscheduled %} {% endif %} {% endif %} {% for voter in voters %} {% if "edadmin" in user_roles %} {% if not round.is_unscheduled %} {% if voter.vote %} {% else %} {% endif %} {% endif %} {% endif %} {% endfor %}
Fellow SpecialtiesVote Voted onActions
{{ voter }} {% for specialty in voter.contributor.profile.specialties.all %}
{{ specialty.code }}
{% endfor %}
{{ voter.vote.get_vote_display }}No vote{{ voter.vote.on }} {% if not round.is_closed %} {% endif %}
{% else %}

No eligible voters found.

{% endif %}