+
{% if show_context %}
-
{{ update.title }}
+
+
+ {{ update.plan.get_section }}
+
+
{% endif %}
- {{ update.content|markdown }}
+
+ {% if show_context %}
+ {{ update.plan }}
+ {% else %}
+ {{ update.title }}
+ {% endif %}
+
+
+
+
+ {% if update.user %}von {{ update.user.get_full_name }}{% endif %}{% if update.organization %}, {{ update.organization.name }}{% endif %}
- {% endif %}
- {% if update.url or update.foirequest %}
-
- {% if update.url %}
-
→ Mehr auf {{ update.get_url_domain }} lesen…
+
+ {% if update.content %}
+
+ {% if show_context %}
+
{{ update.title }}
{% endif %}
+ {{ update.content|markdown }}
+
+ {% endif %}
- {% if update.foirequest %}
-
→ zur Anfrage
- {% endif %}
-
+ {% if update.url or update.foirequest %}
+
+ {% if update.url %}
+
→ Mehr auf {{ update.get_url_domain }} lesen…
+ {% endif %}
+
+ {% if update.foirequest %}
+
→ zur Anfrage
{% endif %}
+ {% endif %}
+