{% if eligible_voters %} {% for voter in eligible_voters %} {% 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 }}
{% else %}

No eligible voters found.

{% endif %}