diff --git a/openslides/application/templates/projector/Application.html b/openslides/application/templates/projector/Application.html index 6e61b6b84..d18776717 100644 --- a/openslides/application/templates/projector/Application.html +++ b/openslides/application/templates/projector/Application.html @@ -10,8 +10,13 @@
{%trans "Status" %}:
{% if application.status != "pub" %}
+ {% if application.status == "acc" %}
+
+ {% endif %}
+ {% if application.status == "rej" %}
+
+ {% endif %}
{%trans application.get_status_display %}
-
{% else %}
{% for note in application.notes %}
{{ note }}
@@ -20,31 +25,34 @@
{% trans "Submitter" %}:
- {{ application.submitter.profile }}
{% trans "Poll result" %}:
+{% 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 %}
+