diff --git a/openslides/application/templates/projector/Application.html b/openslides/application/templates/projector/Application.html index d18776717..6231d6bb4 100644 --- a/openslides/application/templates/projector/Application.html +++ b/openslides/application/templates/projector/Application.html @@ -24,37 +24,37 @@ {% endif %}
+ {% with application.polls as polls %} + {% if polls.exists and polls.0.has_votes %} +{% trans "Poll result" %}:
+ {% for poll in polls %}
+ {% if poll.has_votes %}
+ {% if polls|length > 1 %}
+ {{forloop.counter}}. {% trans "Vote" %}:
+ {% endif %}
+ {% with poll.get_options.0 as option %}
+
{% trans "Submitter" %}:
{{ application.submitter.profile }}
{% trans "Poll result" %}:
- {% for poll in polls %}
- {% if poll.has_votes %}
- {% if polls|length > 1 %}
- {{forloop.counter}}. {% trans "Vote" %}:
- {% endif %}
- {% with poll.get_options.0 as option %}
-