{% extends "base.html" %} {% block title %}Election administration{% endblock %} {%block tag %}admin{% endblock %} {% block body %}
Election | Start date (UTC) | End date (UTC) | Status |
---|---|---|---|
{{ election.shortdesc }} | {{ election.start_date.strftime('%Y-%m-%d') }} 00:00 | {{ election.end_date.strftime('%Y-%m-%d') }} 23:59 | {{ election.status }} |
No elections present in the database
{% endif %} {%endblock %}