{% load markup %} {% if request.path == '/' %}

Aktuelles

Hier finden Sie aktuelle Artikel und Links zu Blogs zu den Fortschritten der Stadtverwaltung Karlsruhe.

{% else %}

Aktuelles

Hier finden Sie aktuelle Artikel und Links zu Blogs zu den Fortschritten des Vorhabens.

{% for update in updates %}
{% if show_context %} {{ update.plan.get_section }} {% endif %} {% if show_context %}

{{ update.plan }}

{% else %}

{{ update.title }}

{% endif %}
{% if update.user or update.organization %} von {{ update.user.get_full_name }}{% if update.user and update.organization %},{% endif %} {{ update.organization.name }} {% endif %}
{% if update.content or show_context %}
{% if show_context %}

{{ update.title }}

{% endif %} {% with update.content|markdown as content %} {% if show_context %} {{ content|truncatewords_html:50 }} {% else %} {{ content }} {% endif %} {% endwith %}
{% endif %} {% if update.url or update.foirequest or show_context %}
{% if show_context %} → zum Vorhaben {% else %} {% if update.url %} → mehr auf {{ update.get_url_domain }} lesen… {% endif %} {% if update.foirequest %} → zur Anfrage {% endif %} {% endif %}
{% endif %}
{% endfor %}
{% endif %}