{% extends "layouts/election_layout.html" %} {% block header %} {{ election.name | title }} | Results {% endblock %} {% block content %}

Results

Here are the results of the election.

{% for candidate in elected_candidates %} {% endfor %}
# Name
{{ loop.index }} {{ candidate.name }}
{% endblock %}