{% trans 'More actions' %}
@@ -36,28 +36,28 @@
@@ -71,9 +71,9 @@
{% if motion.public_version != motion.last_version %}
⋅
{% if version == motion.public_version %}
- {% trans "This is not the newest version." %} {% trans "Go to version" %} {{ motion.last_version.aid }}.
+ {% trans "This is not the newest version." %}
{% trans "Go to version" %} {{ motion.last_version.aid }}.
{% else %}
- {% trans "This is not the authorized version." %}
{% trans "Go to version" %} {{ motion.public_version.aid }}.
+ {% trans "This is not the authorized version." %}
{% trans "Go to version" %} {{ motion.public_version.aid }}.
{% endif %}
{% endif %}
@@ -109,10 +109,10 @@
{% else %}
{% if perms.motion.can_manage_motion %}
-
+
{% endif %}
{% if not revision.rejected and revision.id > motion.permitted.id and perms.motion.can_manage_motion %}
-
+
{% endif %}
{% endif %}
{% if revision.rejected %}
@@ -190,7 +190,7 @@
{% if not polls.exists %}
{% if perms.motion.can_manage_motion %}
{% if "genpoll" in actions %}
-
+
{% trans 'New vote' %}
{% else %}
@@ -205,8 +205,8 @@
{% if perms.motion.can_manage_motion or poll.has_votes %}
{% trans "Vote" %}
{% if perms.motion.can_manage_motion %}
-
-
+
+
{% endif %}
{% if poll.has_votes %}
@@ -222,7 +222,7 @@
{% if perms.motion.can_manage_motion %}
{% if forloop.last %}
{% if "genpoll" in actions %}
-
+
{% trans 'New vote' %}
{% endif %}
@@ -244,7 +244,7 @@
{% if "wit" in actions and user == motion.submitter.user %}
-
+
{% trans 'Withdraw motion' %}
{% endif %}
@@ -252,13 +252,13 @@
{% if perms.motion.can_support_motion and min_supporters > 0 %}
{% if "unsupport" in actions %}
-
+
{% trans 'Unsupport motion' %}
{% endif %}
{% if "support" in actions %}
-
+
{% trans 'Support' %}
{% endif %}
@@ -279,16 +279,16 @@
{% trans "Formal validation" %}:
{% endif %}
@@ -297,12 +297,12 @@
{% trans "Result after vote" %}:
@@ -335,7 +335,7 @@
{% trans "For Administration only:" %}
-
+
{% trans 'Reset' %}
diff --git a/openslides/motion/templates/motion/widget.html b/openslides/motion/templates/motion/widget.html
index 0495d7ac9..c0796de89 100644
--- a/openslides/motion/templates/motion/widget.html
+++ b/openslides/motion/templates/motion/widget.html
@@ -5,7 +5,7 @@