{% extends 'server_ui/templates/base.html' %} {% block title %}Confirm Vote{% endblock %} {% block content %}

Confirm your Vote

{% if error %}

{{error}}

{% endif %}

Your Ballot

{{vote_fingerprint}}

Cast Your Ballot with your Credentials

{{form.as_table}}



Forgot your password? Have it emailed to you.
(don't worry, we won't forget your vote).

Verifying and Casting your ballot
{% endblock %}