{% extends TEMPLATE_BASE %} {% load i18n %} {% block content %}
{% blocktrans %}
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.
{% endblocktrans %}
{% if election.openreg %} {% blocktrans %} Registration for your election is currently open, which means anyone can vote, even after you freeze the ballot. {% endblocktrans %} {% else %} {% blocktrans %} 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. {% endblocktrans %} {% endif %}
{% if helios.VOTERS_EMAIL %}{% blocktrans %} You must freeze the ballot before you can contact voters. {% endblocktrans %}
{% endif %} {% if issues_p %}{% blocktrans %} Before you can freeze the election, you will need to: {% endblocktrans %}