{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block tag %}admin{% endblock %} {% block content %}

Nuancier-lite Admin -- Version {{ version }}

Admin interface

From this page you are able to manage the elections, create new ones, start and stop existing one.

Create a new election {% for election in elections %} {% endfor %}
Identifier Name Year Open Published Max number of votes possible
{{ election.id }} {{ election.election_name }} {{ election.election_year }} {% if election.election_open %} Election open {% else %} Election open {% endif %} toggle {% if election.election_public %} Election published {% else %} Election closed {% endif %} toggle {{ election.election_n_choice }} (Re-)generate cache Stats
{% endblock %}