{% extends "base.html" %} {% block title %}Election administration{% endblock %} {%block tag %}admin{% endblock %} {% block body %}
Election | Start date (UTC) | End date (UTC) | Status |
---|---|---|---|
{{ election.summary }} | {{ election.start_date }} | {{ election.end_date }} | {{ election.status }} |
No elections present in the database
{% endif %} {%endblock %}