{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}results{% endblock %} {% block head %} {% endblock %} {% block content %}
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'] }} |
Maximum number of votes per participant | {{ election.election_n_choice }} |