{% extends TEMPLATE_BASENONAV %} {% load i18n %} {% load staticfiles %} {% block title %}{% trans "Confirm Vote" %}{% endblock %} {% block content %}
{% 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 %}