{% if eligible_voters %}
Fellow | College | Specialties | Type |
---|---|---|---|
{{ voter.contributor }} | {{ voter.college.name }} |
{% for specialty in voter.contributor.profile.specialties.all %}
{{ specialty.code }}
{% endfor %}
|
{{ voter.get_status_display }} |
No eligible voters found.
{% endif %}