{% if round.eligible_to_vote.all %} {% for voter in round.eligible_to_vote.all %} {% comment %} Actions {% endcomment %} {% endfor %}
Fellow College Specialties Type
{{ voter.contributor }} {{ voter.college.name }} {% for specialty in voter.contributor.profile.specialties.all %}
{{ specialty.code }}
{% endfor %}
{{ voter.get_status_display }} {% include 'bi/trash-fill.html' %}
{% else %}

No eligible voters found.

{% endif %}