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

Submitting your vote for {{election.name}}...

Verifying and Casting your ballot
{% if voter %} {% include "_castconfirm_docast.html" %} {% else %} {% if show_password %} {% if user %}

Wait!

You are logged in as {{user.display_html_small|safe}}, but this election
requires election-specific credentials.

{% endif %} {% with cast_ballot="1" %} {% include "_castconfirm_password.html" %} {% endwith %} {% else %} {% if user %}

Sorry!

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

[return to the main election page]

{% else %}

Wait! You need to log in.

{% if election.openreg %} {% if election.eligibility %} {% else %} This election is open to anyone, so log in with your preferred account. {% endif %} {% else %} This election is only open to registered voters, so log in with the same account you registered with. {% endif %}

{{login_box|safe}}
Don't worry, we'll remember your ballot while you log in. {% endif %} {% endif %}
Your smart ballot tracker is:

{{vote_fingerprint}}

{# this closes the IF ELSE of this being password_only #} {% endif %}
{% endblock %}