{% extends TEMPLATE_BASE %} {% block content %}

{{election.name}} — Freeze Ballot

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

{% if election.openreg %} Your election currently has open registration. After you freeze the ballot, you will be able to continue to manage the voter list while the election runs. You will not be able to switch back to a closed-registration setting. {% else %} Your election currently has closed registration.
After you freeze the ballot, you also will not be able to modify the voter list, nor will you be able to re-open registration. {% endif %}

{% if helios.VOTERS_EMAIL %}

You must freeze the ballot before you can contact voters.

{% endif %} {% if issues_p %}

There are problems that prevent you from freezing the election:

go back to the election

{% else %}
{% endif %}

{% endblock %}