{% extends TEMPLATE_BASENONAV %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Confirm Vote" %}{% endblock %} {% block content %}

{{ election.name }}

{% trans "Submit your Vote" %}

{% trans "Verifying and Casting your ballot" %}
{% if ja_votou %} Você não pode votar novamente.
{% trans "Your smart ballot tracker is" %} {{ voter.vote_hash }} {% else %} {% if voter %} {% include "_castconfirm_docast.html" %} {% else %} {% if show_password %} {% if user %} {% endif %} {% with cast_ballot="1" %} {% include "_castconfirm_password.html" %} {% endwith %} {% else %} {% if user %}

{% trans "return to the main election page" %}

{% else %}

{% blocktrans %} Now, we need you to log in, so we can verify your eligibility.

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

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

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

{% endblock %}