{% extends TEMPLATE_BASE %} {% block title %}Confirm Vote{% endblock %} {% block content %}

{{election.name}} — Submit your Vote

We have received, but not yet recorded, your encrypted ballot.
Your smart ballot tracker is:

{{vote_fingerprint}}

{% if user %} {% if voter %} {% if past_votes %} {% else %} {% endif %} {% if election.voting_has_started %} {% if not election.voting_has_stopped %}
{% if status_update_label %}
{{status_update_label}}
"{{status_update_message}}"

{% endif %}
You can cast as many ballots as you want.
Only the last one counts.


If you cancel now, your ballot will NOT be recorded.
You can start the voting process over again, of course.

Verifying and Casting your ballot
{% else %}

voting has stopped, sorry.

{% endif %} {% else %}

voting has not yet begun, sorry.

{% endif %} {% else %}

{% if election.openreg %} Sorry, you are not eligible for this election.
{% else %} Sorry, you are not registered for this election, and registration is closed.
{% endif %}

[return to the main election page]

{% endif %} {% else %}

Now, we need you to log in, so we can verify your eligibility.

{% if election.openreg %} {% if election.eligibility %} {% if password_only %} This election is open only to designated participants who received credentials via email. {% else %} {% endif %} {% else %} This election is open to anyone, so log in with your preferred account. {% endif %} {% else %} {% if password_only %} Please log in with the username and password you received by email.
{% else %} This election is only open to registered voters, so log in with the same account you registered with. {% endif %} {% endif %}

{{login_box|safe}}
Don't worry, we'll remember your ballot while you log in. {% endif %} {% endblock %}