{% for choice in choices %} {% endfor %} {% for voter_name in voter_names %} {% for choice in choices %} {% if selections[(voter_name, choice.id)] == 1 %} {% elif selections[(voter_name, choice.id)] == 0 %} {% 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") }} {% if not choice.ends_on_same_day() %} {{ choice.end_datetime.strftime("%a %d.%m") }} {% if now.year != choice.end_datetime.year %}.{{choice.end_datetime.year}}{% endif %} {% endif %} {{ choice.end_datetime.strftime("%H:%M") }} {{ choice.votes | length }} votes
{{ voter_name }} ??