{% extends TEMPLATE_BASE %} {% block title %}Confirm Vote{% endblock %} {% block content %}
We have received, but not yet recorded, your encrypted ballot.
Your smart ballot tracker is:
{{vote_fingerprint}}
{% 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]
{% else %}
Now, we need you to log in, so we can verify your eligibility.
{% 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 %}