{% extends "election_page.html" %} {% block tabs_menu %}
Ανοιγμα ψηφοφορίας
{% endblock %} {% block content %}

Once the ballot is frozen, the questions and options can no longer be modified.
The list of trustees and their public keys will also be frozen.

{% if election.openreg %} Registration for your election is currently open, which means anyone can vote, even after you freeze the ballot. {% else %} Registration for your election is currently closed, which means only the voters you designate will be able to cast a ballot. As the administrator, you will still be able to modify that voter list as the election progresses. {% endif %}

{% if helios.VOTERS_EMAIL %}

You must freeze the ballot before you can contact voters.

{% endif %} {% if issues_p %}

Before you can freeze the election, you will need to:

go back to the election

{% else %}
{% endif %}

{% endblock %}