{% if voters %}
Fellow | Specialties | {% if "edadmin" in user_roles %} {% if not round.is_unscheduled %}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 %}{{ voter.vote.on }} | {% endif %}{% if not round.is_closed %} {% endif %} | {% endif %}
No eligible voters found.
{% endif %}