{% extends "base.html" %} {% block content %}

{{ election }}

{{ election.description }}

{% for candidate in election.results %}
{{ candidate.name }} ({{ candidate.vote_set.count }} vote{{ candidate.vote_set.count|pluralize }})
{% include "jugemaj/bar.html" %}
{% endfor %}

Nouveau voter

{% endblock %}