{% load vote_extras %}
# | {% if election.voters_self_apply %}Applicant{% else %}Option{% endif %} | Yes | No | Abstention |
---|---|---|---|---|
{{ forloop.counter }} | {{ application.get_display_name }} | {{ application.votes_accept }} | {{ application.votes_reject }} | {{ application.votes_abstention }} |
This election will end {{ election.end_date|date:"l Y-m-d H:i:s" }}
{{ application.text|escape }}