{% extends "base.html" %} {% block title %}Election administration{% endblock %} {% block body %} {% if num_elections > 0 %}

Election administration

{% for election in elections %} {% endfor %}
Election Start date (UTC) End date (UTC) Status
{{ election.summary }} {{ election.start_date }} {{ election.end_date }} {{ election.status }}
{% endif %} {%endblock %}