{% if voters %}
Fellow | Specialties | {% if "edadmin" in user_roles %} {% if not round.is_unscheduled %}Vote | Voted on | {% endif %}Actions | {% endif %}|
---|---|---|---|---|---|
{{ voter }} |
{% for specialty in voter.contributor.profile.specialties.all %}
{{ specialty.code }}
{% endfor %}
|
{% if "edadmin" in user_roles %}
{% if not round.is_unscheduled %}
{% if voter.vote %}
{{ voter.vote.get_vote_display }} | {% else %}No vote | {% endif %}{{ voter.vote.on }} | {% endif %}{% if not round.is_closed %} {% endif %} | {% endif %}
No eligible voters found.
{% endif %}