diff --git a/openslides/motions/static/templates/motions/slide_motion.html b/openslides/motions/static/templates/motions/slide_motion.html index 99699b135..901f5ecab 100644 --- a/openslides/motions/static/templates/motions/slide_motion.html +++ b/openslides/motions/static/templates/motions/slide_motion.html @@ -15,37 +15,45 @@

Voting result

- Vote {{ motion.polls.length - $index }}: + + Vote {{ motion.polls.length - $index }}: +
- + Yes: - {{ poll.yes }} {{ poll.getYesPercent() }} -
- + + {{ voteYes.value }} {{ voteYes.percentStr }} + +
+
- + No: - {{ poll.no }} {{ poll.getNoPercent() }} -
- + + {{ voteNo.value }} {{ voteNo.percentStr }} + +
+
- + Abstain: - {{ poll.abstain }} {{ poll.getAbstainPercent() }} -
- + + {{ voteAbstain.value }} {{ voteAbstain.percentStr }} + +
+