{% extends TEMPLATE_BASE %} {% block title %}{{cast_vote.vote_tinyhash}} — {{election.name}}{% endblock %} {% block content %}

Cast Vote {{cast_vote.vote_tinyhash}}

cast in {{election.name}}
Fingerprint: {{cast_vote.vote_hash}}
by {% if the_voter.alias %} {{the_voter.alias}} {% else %} {{the_voter.name}} {% endif %}

details



{% endblock %}