| {% for choice in choices %} | {{ choice.start_datetime.strftime("%a %d.%m") }} {% if now.year != choice.start_datetime.year %}.{{choice.start_datetime.year}}{% endif %} {{ choice.start_datetime.strftime("%H:%M") }} – {{ choice.end_datetime.strftime("%H:%M") }} {{ 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 %} |