diff --git a/froide_govplan/templates/froide_govplan/plugins/updates.html b/froide_govplan/templates/froide_govplan/plugins/updates.html
index bfda4db..eb1c3c3 100644
--- a/froide_govplan/templates/froide_govplan/plugins/updates.html
+++ b/froide_govplan/templates/froide_govplan/plugins/updates.html
@@ -16,21 +16,22 @@
{{ update.plan }}
{% else %}
{{ update.title }}
- {% endif %}
+ {% endif %}
{% if update.user %}von {{ update.user.get_full_name }}{% endif %}{% if update.organization %}, {{ update.organization.name }}{% endif %}
+
{% if update.content %}
-
- {% if show_context %}
-
{{ update.title }}
- {% endif %}
- {{ update.content|markdown }}
-
+
+ {% if show_context %}
+
{{ update.title }}
+ {% endif %}
+ {{ update.content|markdown }}
+
{% endif %}
{% if update.url or update.foirequest %}