{% extends "base.html" %} {% block body %}
{{ election.description }}
{% if election.url %} {% endif %}Candidate | Votes |
---|---|
{% if election.candidates_are_fasusers %} {{ usernamemap[candidate.id] }} {% else %} {{candidate.name}} {% endif %} {% if candidate.url %} [info] {% endif %} | {{ candidate.vote_count }} |
Number of seats elections | {{ election.seats_elected }} | ||
---|---|---|---|
Number of voters | {{ stats['n_voters'] }} | ||
Number of votes | {{ stats['n_votes'] }} | ||
Maximum of votes | {{ stats['n_voters'] * stats['max_vote'] }} | ||
Number of voters per candidate | Average votes per candidate | ||
{{ candidate.name }} | {{ stats['candidate_voters'][candidate.name] }} | {% if stats['candidate_voters'][candidate.name] %}{{ candidate.vote_count / stats['candidate_voters'][candidate.name] }} | {% else %}- | {% endif %}