{{ option.candidate.get_full_name() }}
{{ option.votes[0].value | translate }}: {{ option.votes[0].weight }}
{{ option.votes[1].value | translate }}: {{ option.votes[1].weight }}
{{ option.votes[2].value | translate }}: {{ option.votes[2].weight }}
{{ option.candidate.get_full_name() }}: {{ option.votes[0].weight}}
Valid votes: {{ poll.votesvalid }}
Invalid votes: {{ poll.votesinvalid }}
Votes cast: {{ poll.votescast }}