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