{% for choice in choices %} {% endfor %} {% for voter in choices_by_voter %} {% for voted in voter.votes %} {% if voted %} {% else %} {% endif %} {% endfor %} {% endfor %} {% for choice in choices %} {% endfor %}
{{ 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
{{ voter.name }}