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

{% trans "Cast Vote" %} {{cast_vote.vote_tinyhash}}

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

{% endblock %}