{% extends 'management/base.html' %} {% block content %}
# | Bewerber | Für | Gegen | Enthaltung |
---|---|---|---|---|
{{ forloop.counter }} | {{ application.first_name }} {{ application.last_name }} | {{ application.votes_accept }} | {{ application.votes_reject }} | {{ application.votes_abstention }} |
Maximale Anzahl von {{ election.max_votes_yes }} Bewerbern gewählt |