{% extends 'management/base.html' %} {% load crispy_forms_filters %} {% block content %}
# | Applicant | |
---|---|---|
{{ forloop.counter }} | {{ application.get_display_name }} | {% if election.can_apply %} {% if not application.voter %} ✎ {% endif %} {% endif %} |
Voters | Cast | Open |
---|---|---|
{{ election.number_voters }} | {{ election.number_votes_cast }} | {{ election.number_votes_open }} |