{% extends "base.html" %} {% block body %} {% if num_elections > 0 %}

Past Elections

{% for election in elections %} {% endfor %}
Start Date (UTC) End Date (UTC)
{{election.description}} {{election.start_date}} {{election.end_date}} More information Results
{% endif %} {% endblock %}