diff --git a/openslides/application/templates/projector/Application.html b/openslides/application/templates/projector/Application.html index bcc354587..62913277a 100644 --- a/openslides/application/templates/projector/Application.html +++ b/openslides/application/templates/projector/Application.html @@ -21,23 +21,23 @@
{% trans "Submitter" %}:
{{ application.submitter.profile }}
{% trans "Poll result" %}:
- {% for p in polls %} - {% if p.has_vote %} + {% for poll in polls %} + {% if poll.has_votes %} {% if polls|length > 1 %} {{forloop.counter}}. {% trans "Vote" %}: