{% extends TEMPLATE_BASE %} {% block title %}Log In to View Election{% endblock %} {% block content %}
This election, with fingerprint {{election.hash}}, is private, and can only be viewed by eligible voters.
{% with cast_ballot="0" %} {% include "_castconfirm_password.html" %} {% endwith %} {% endblock %}