Candidates | Votes | Quorum |
---|---|---|
{{ option.candidate.get_full_name() }} |
{{ vote.label }}:
{{ vote.value | number:votesPrecision }} {{ vote.percentStr }}
| Quorum ({{ (option.getVoteYes() - option.majorityReached) | number:votesPrecision }}) reached. Quorum ({{ (option.getVoteYes() - option.majorityReached) | number:votesPrecision }}) not reached. |
| {{ poll.getVote('votesabstain').value | number:votesPrecision }} {{ poll.getVote('votesabstain').percentStr }} | |
| {{ poll.getVote('votesno').value | number:votesPrecision }} {{ poll.getVote('votesno').percentStr }} | |
| {{ poll.getVote('votesvalid').value | number:votesPrecision }} {{ poll.getVote('votesvalid').percentStr }} | |
| {{ poll.getVote('votesinvalid').value | number:votesPrecision }} {{ poll.getVote('votesinvalid').percentStr }} | |
| {{ poll.getVote('votescast').value | number:votesPrecision }} {{ poll.getVote('votescast').percentStr }} |