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