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

Authority List

The following authorities are running the election.

{% for authority in election.authorities %} {% endfor %}
# Name Email
{{ loop.index }} {{ authority.name }} {{ authority.email }}
{% endblock %}