{# The following div is only needed to update the voter's list#}
{% if voters %}
E-Mail
{% for voter in voters %}
{{ voter }}
{% endfor %}
{% else %}
No voters were added yet
{% endif %}
Download Token
Downloading the tokens PDF will generate new tokens and thus invalidating any previously
generated tokens. Are you sure you want to download the tokens?
{% endblock %}
{% block footer_scripts %}
{# Automatic reload of the page: #}
{# - either if the start date / end date of a election is due#}
{# - or if the admin started / stopped one election and the page is notified with a websocket#}
{# - or if a voter has logged in #}
{% endblock %}