{% if last_published %}
Letzter Post: {{ last_published.wp_url[:50] if last_published.wp_url else last_published.title[:40] }} โ {{ last_published.published_at[:16] if last_published.published_at else '' }}
{% endif %}
{% if queue_count > 0 %}
๐ฅ {{ queue_count }} RSS-Artikel in Queue
{% endif %}
โ๏ธ Artikel-Studio
Vorschau erscheint beim Tippen...
๐ SEO
๐ Artikel einplanen
๐ Redaktionsplan โ 7 Tage
{% set status_icons = {'draft':'๐','scheduled':'๐๏ธ','published':'๐ค'} %}
{% set type_icons = {'ki':'๐ค','rss':'๐ก'} %}
{% for d in plan_days %}
{% set arts = plan_articles.get(d, []) %}
{% set is_today = (d == today) %}
{{ d[8:] }}.{{ d[5:7] }}.
{% if is_today %}Heute{% endif %}
{% if not arts %}โ leer{% endif %}