{% extends "base.html" %} {%block tag %}archives{% endblock %} {% block body %}

Past Elections

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