{% extends TEMPLATE_BASENONAV %} {% load i18n %} {% block title %}{% trans "Log In to View Election" %}{% endblock %} {% block content %}

{{election.name}}

{% trans "Private Election - Please Log In" %}

{% if show_password %} {% with cast_ballot="0" %} {% include "_castconfirm_password.html" %} {% endwith %} {% else %} {{login_box|safe}} {% endif %} {% endblock %}