{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}results{% endblock %} {% block head %} {% endblock %} {% block content %}

Election statistics

{{ election.election_name }} - {{ election.election_year }}

{% if stats['voters'] -%} {% else %} {%- endif %}
Total number of candidates {{ election.candidates | length }}
Number of candidates approved {{ election.candidates_approved | length }}
Number of authors {{ stats['authors'] | length }}
Number of votes {{ stats['votes'] }}
Number of participants {{ stats['voters'] }}
Average number of votes per participant{{ stats['votes'] / stats['voters'] }}0
Maximum number of votes per participant {{ election.election_n_choice }}

Distribution of the number of votes

Distribution of vote

{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}