{% load static %}
# | Applicant | 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 %}