{% 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.strftime('%Y-%m-%d') }} 00:00 {{ election.end_date.strftime('%Y-%m-%d') }} 23:59 More information Results
{% endblock %}