{% 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 %}{% endif %} {% endif %} {% endfor %}
Fellow SpecialtiesVoted onActions
{{ voter }} {% for specialty in voter.contributor.profile.specialties.all %}
{{ specialty.code }}
{% endfor %}
{{ voter.vote.on }} {% if not round.is_closed %} {% endif %}
{% else %}

No eligible voters found.

{% endif %}