{% if node.duration %}
- {{ node.duration }}h {% if start and end %}
{% endif %}
+ {{ node.duration }} h
+ {% if start and end %}
+
+
+ {% endif %}
{% endif %}
{% endif %}
{% if perms.agenda.can_manage_agenda %}
+
+
+
{% with form=node.weight_form %}
{{ form.weight }}
{{ form.self }}
diff --git a/openslides/agenda/templates/agenda/overlay_speaker_projector.html b/openslides/agenda/templates/agenda/overlay_speaker_projector.html
index cb86881ef..48cb3ea27 100644
--- a/openslides/agenda/templates/agenda/overlay_speaker_projector.html
+++ b/openslides/agenda/templates/agenda/overlay_speaker_projector.html
@@ -14,18 +14,19 @@
margin: 1em;
z-index: 2;
width: 45%;
- min-width: 200px}
+ min-width: 200px;}
#overlay_list_of_speaker_box h3 {
- margin: 5px}
+ margin: 5px;}
#overlay_list_of_speaker_box ul {
- margin: 5px}
+ list-style-type: none;
+ margin: 5px;}
#overlay_list_of_speaker_box li {
font-size: 120%;
- line-height: 120%}
+ line-height: 120%;}
#overlay_list_of_speaker_box .old_speaker {
- color: #777777}
+ color: #777777;}
#overlay_list_of_speaker_box .actual_speaker {
- margin-bottom: 0em}
+ margin-bottom: 0em;}
diff --git a/openslides/agenda/templates/agenda/overview.html b/openslides/agenda/templates/agenda/overview.html
index 6cda8851f..f0bddf4be 100644
--- a/openslides/agenda/templates/agenda/overview.html
+++ b/openslides/agenda/templates/agenda/overview.html
@@ -46,18 +46,22 @@
{% if perms.agenda.can_see_orga_items %}
- {% if start and end %}
-
-
- {% trans "Start of event" %}:
- {{ start|date:"DATETIME_FORMAT" }}
-
-
- {% trans "Estimated end" %}:
- {{ end|date:"DATETIME_FORMAT" }}
-
-
- {% endif %}
+ {% if start and end %}
+
+
+ {% trans "Start of event" %}:
+ {{ start|date:"DATETIME_FORMAT" }}
+
+
+ {% trans "Estimated end" %}:
+ {{ end|date:"DATETIME_FORMAT" }}
+
+
+ {% else %}
+
+ {% endif %}
{% endif %}
{% trans "Hide closed items" %}
@@ -68,7 +72,6 @@