{{ election.title }}

{% if election.end_date %} Voting Period: {{ election.start_date|date:"D Y-m-d H:i:s" }} - {{ election.end_date|date:"D Y-m-d H:i:s" }} (UTC{{ election.end_date|date:"O" }})
{{ election.start_date|date:"U" }}|
{{ election.end_date|date:"U" }}|
{% endif %}
{% if election.closed and not election.result_unpublished %} {% elif not election.is_open and not election.closed %} Election has not started yet. {% elif election.is_open and not election.closed %} Election is currently ongoing. {% else %} Election is over but results haven't been published yet. Please ask your election manager to do so and refresh the page. {% endif %}