{{ article.title }}
Quelle: {{ article.source_url }}
{% if article.canonical_url %}Canonical: {{ article.canonical_url }}
{% endif %} {% if article.summary %}Summary: {{ article.summary }}
{% endif %}WordPress Post: {% if article.wp_post_url %} #{{ article.wp_post_id }} {% elif article.wp_post_id %} #{{ article.wp_post_id }} {% else %} - {% endif %}
Publish Attempts: {{ article.publish_attempts or 0 }} | Letzter Fehler: {{ article.publish_last_error or "-" }}
Checkliste
| Kriterium | Status | Wert |
|---|---|---|
| {{ c.label }} | {% if c.status == "ok" %} OK {% else %} Fehlt {% endif %} | {{ c.value }} |
Extrahierte Daten
Bilder: {{ article.image_entries|length if article.image_entries else 0 }}
{% if article.selected_image_url %}Ausgewähltes Hauptbild: {{ article.selected_image_url }}
{% if article.selected_image_proxy_url %}Automatische Bildauswahl (Score + Gründe)
| Bild | Score | Gründe |
|---|---|---|
| {{ r.url }} | {{ r.score }} | {{ r.reasons|join(", ") if r.reasons else "-" }} |
Pressekontakt
Extraktionsfehler: {{ article.extraction.extraction_error }}
{% endif %}Volltext
Rewrite-Text (editierbar)
{% if article.meta.generated_tags %}Generierte Tags: {{ article.meta.generated_tags|join("; ") }}
{% endif %}Dieser Text wird für den WordPress-Entwurf verwendet, falls vorhanden.
Status ändern
{% if article.status_ui in ["new", "rewrite"] %} {% endif %} {% if article.status_ui == "published" %} {% endif %}WordPress Publish Queue
{% if article.publish_ready %}Publish bereit
{% else %}Publish blockiert
{% if article.publish_blockers %}-
{% for reason in article.publish_blockers %}
- {{ reason }} {% endfor %}
Voraussetzungen: Status `publish` und Hauptbild gesetzt.