=90:
return "vthot"
elif weightpercent >= 70:
return "vtwarm"
elif weightpercent >= 50:
return "vtmedwarm"
elif weightpercent >= 30:
return "vtmedcool"
elif weightpercent >= 10:
return "vtcool"
else:
return "vtcold"
?>
${election.description}
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 ${len(candidates)} with 0 as 'least or no preference' and ${len(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.