{% extends 'vote/base.html' %} {% load static %} {% load vote_extras %} {% block content %}
# | Applicant | 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 }}