{{ assignment.title }}

Election

Description

{{ assignment.description }}

Candidates

  1. {{ related_user.user.get_full_name() }}
{{alert.msg}}
{{ $select.selected.get_full_name() }}

Election result

Ballot paper Delete
{{ 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 }}