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

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

Congratulations, your vote has been successfully cast!

Your smart ballot tracker is:

{{last_vote.vote_hash}}

{% if logout %}

For your safety, we have logged you out.

{% endif %}

[ return to election info ]

{% endblock %}