{% load static %}
# | {% if election.voters_self_apply %}Applicant{% else %}Option{% endif %} | Yes | No | {% if not election.disable_abstention %}Abstention | {% endif %}
---|---|---|---|---|
{{ forloop.counter }} | {{ application.get_display_name }} | {{ application.votes_accept }} | {{ application.votes_reject }} | {% if not election.disable_abstention %}{{ application.votes_abstention }} | {% endif %}