diff --git a/openslides/assignments/static/templates/assignments/slide_assignment.html b/openslides/assignments/static/templates/assignments/slide_assignment.html index c44c914cd..0973e7a9b 100644 --- a/openslides/assignments/static/templates/assignments/slide_assignment.html +++ b/openslides/assignments/static/templates/assignments/slide_assignment.html @@ -24,69 +24,76 @@ -
- - - +
+
+ Waiting for results ... +
- -
+
+
Candidates - Votes
+ + - - - - - - -
Candidates + Votes - - {{ option.candidate.get_full_name() }} + +
-
-
- - {{ votes[0].label }}: {{ votes[0].value }} · - {{ votes[1].label }}: {{ votes[1].value }} · - {{ votes[2].label }}: {{ votes[2].value }} - - {{ votes[0].label }}: {{ votes[0].value }} · - {{ votes[1].label }}: {{ votes[1].value }} - - - {{votes[0].percentNumber}} % - - - {{votes[1].percentNumber}} % - - - {{votes[2].percentNumber}} % - - -
-
-
- {{ vote.value }} {{ vote.percentStr }} -
- + +
+ + {{ option.candidate.get_full_name() }} + + + +
+
+ + {{ votes[0].label }}: {{ votes[0].value }} · + {{ votes[1].label }}: {{ votes[1].value }} · + {{ votes[2].label }}: {{ votes[2].value }} + + {{ votes[0].label }}: {{ votes[0].value }} · + {{ votes[1].label }}: {{ votes[1].value }} + + + {{votes[0].percentNumber}} % + + + {{votes[1].percentNumber}} % + + + {{votes[2].percentNumber}} % + + +
+
+
+ {{ vote.value }} {{ vote.percentStr }} +
+ +
- - -
- Valid ballots - - {{ vote.value }} {{ vote.percentStr }} -
- Invalid ballots - - {{ vote.value }} {{ vote.percentStr }} -
- Casted ballots - - {{ vote.value }} {{ vote.percentStr }} -
+ + + + Valid ballots + + {{ vote.value }} {{ vote.percentStr }} + + + Invalid ballots + + {{ vote.value }} {{ vote.percentStr }} + + + Casted ballots + + {{ vote.value }} {{ vote.percentStr }} + +
+