| {% for choice in choices %} | {% include "poll_choice_datetime_range.html.j2" %} {{ choice.votes | length }} votes | {% endfor %}||
|---|---|---|---|
| {{ voter_name }} | {% for choice in choices %} {% if selections[(voter_name, choice.id)] == 1 %}{% elif selections[(voter_name, choice.id)] == 0 %} | {% else %} | ?? | {% endif %} {% endfor %}
| {% for choice in choices %} | {% endfor %} |