Review your Ballot

{#foreach $T.questions as question} Question #{$T.question$index + 1}: {$T.question.short_name}
{#if $T.choices[$T.question$index].length == 0}
No choice selected
{#/if} {#foreach $T.choices[$T.question$index] as choice}
{$T.choice}
{#/for} {#if $T.choices[$T.question$index].length < $T.question.max} [{$T.choices[$T.question$index].length} selections out of possible {$T.question.min}-{$T.question.max}]
{#/if} [change] {#if !$T.question$last}

{#/if} {#/for}

Your ballot tracker is {$T.encrypted_vote_hash}.


{#if $T.election_metadata.use_advanced_audit_features}

Spoil & Audit [optional]

{#/if}