{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}{{election.name}}{% endblock %} {% block content %}
{% if voter.vote_hash and election.voto_unico %} {% trans "Você já votou nessa eleição. " %} {% if election.use_voter_aliases %} {% trans "Your voter alias is " %}{{voter.alias}}. {% endif %} {% else %} {% trans "You are registered to vote in this " %}{{election.pretty_type}}. {% if election.use_voter_aliases %} {% trans "Your voter alias is " %}{{voter.alias}}. {% endif %} {% endif %}
{% else %} {% if election.result %} {% else %} {% if election.openreg %} {% if eligible_p %} {% trans "You are eligible to vote in this election." %} {% else %} {% trans "You are not eligible to vote in this" %} {{election.pretty_type}}. {% endif %} {% else %} {% trans "You are not eligible to vote in this" %} {{election.pretty_type}}.[download candidate bios & statements]
{% endif %}
{% if election.result_released_at %}
{% else %}
{% trans "Next Step:" %}
{% if not election.frozen_at %}
{% if election.issues_before_freeze %}
{% for issue in election.issues_before_freeze %}
{{issue.action}}{% if forloop.last %}{% else %}, {% trans "and" %}{% endif %}
{% endfor %}
{% else %}
{% trans "freeze ballot and open election." %}
{% if election.voting_starts_at %}
{% blocktrans with voting_starts_at=election.voting_starts_at|date:"d/m/Y H:i:s"%} once you do this, the election will be ready for voting and will open automatically
at {{voting_starts_at}}, as per your settings.
{% endblocktrans %}
{% else %}
{% trans "once you do this, the election will be immediately open for voting." %}
{% endif %}
{% endif %}
{% else %}
{% if not election.encrypted_tally %}
{% if election.tallying_started_at %}
{% blocktrans %}
Tally computation is under way.
Reload this page in a couple of minutes.
{% endblocktrans %}
{% else %}
{%blocktrans %}
compute encrypted tally
The encrypted votes will be combined into an encrypted tally. Once this is done,
trustees will be asked to provide their share of the decryption.
{% endblocktrans %}
{% endif %}
{% else %}
{% if election.result %}
{% trans "release result" %}
{% blocktrans %}
The result displayed below is visible only to you.
Once you release the result, it will be visible to everyone.
{% endblocktrans %}
{% else %}
{% if election.ready_for_decryption_combination %}
{% if election.num_trustees == 1 %}
{% trans "compute results" %}
{% else %}
{% trans "combine trustee decryptions and compute results" %}
{% endif %}
{% if election.num_trustees == 1 %}
{% trans "The result will be computed and shown to you, the administrator, only." %}
{% else %}
{% blocktrans %}
The decryption shares from the trustees will be combined and the tally computed.
Once you do this, the tally will visible to you, the administrator, only.
{% endblocktrans %}
{% endif %}
{% else %}
{% trans "trustees (for decryption)" %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{{answer.answer}} | {{answer.count}} |
{% if election.result %} {% trans "verify" %} {% trans "election tally" %}. {% endif %} {% trans "review the" %} {% trans "voting booth" %} ({% trans "review purposes only" %}).
{% endif %}