{{ motion.agenda_item.getTitle() || motion.getTitle() }}

Motion {{ motion.identifier }} | Voting result

{{ poll.yes || liveVotes.yes }}
{{ poll.getVote(poll.yes, 'yes').percentStr || ' ' }}
{{ poll.no || liveVotes.no }}
{{ poll.getVote(poll.no, 'no').percentStr || ' ' }}
{{ poll.abstain || liveVotes.abstain }}
{{ poll.getVote(poll.abstain, 'abstain').percentStr || ' '}}
{{ poll.votesvalid || votes_received }} {{ poll.getVote(poll.votesvalid, 'votesvalid').percentStr }}