{% extends TEMPLATE_BASE %} {% block title %}Confirm Vote{% endblock %} {% block content %}

{{election.name}} — Vote Successfully Cast!

{% if vote_hash %}

Your ballot tracker is:
{{vote_hash}}

This ballot tracker mathematically ensures that your ballot is counted. You can check all ballot trackers by viewing the voter list, where your ballot tracker should appear within a few minutes.

{% endif %} {% if logout %}

For your safety, we have logged you out.

{% endif %}

[ return to election info ]

{% endblock %}