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

Candidates List

The following candidates are running in this election.

{% for candidate in election.candidates %} {% endfor %}
Name
{{ candidate.name }}
{% endblock %}