{% extends "base.html" %} {% block body %}
{{election.description}}
{% if election.legal_voters.count() != 0 %}To vote in this election you must be a member of any one of the following groups:
Fedora Project has implemented Range Voting for this election, in particular the "Range (score-summing, blanks treated as zero score, no quorum rule)" range voting system.
To cast your vote in this election simply select a value between 0 and {{num_candidates}} with 0 as 'least or no preference' and {{num_candidates}} as 'highest preference'.
At the end of the election, the highest ranking candidate(s) are marked as the winners.
For more information about Range Voting, visit the Center for Range Voting.