{{ article.title }}
Status: {{ article.status }}
Autor: {{ article.author or "-" }}
Feed: {{ feed.name if feed else "-" }}
Quelle: {{ article.source_url }}
{% if article.canonical_url %}Canonical: {{ article.canonical_url }}
{% endif %} {% if article.summary %}Summary: {{ article.summary }}
{% endif %}Rechts-Checkliste
| Kriterium | Status | Wert |
|---|---|---|
| {{ c.label }} | {% if c.status == "ok" %} OK {% else %} Fehlt {% endif %} | {{ c.value }} |
Extrahierte Daten
Bilder: {{ article.extraction.images|length if article.extraction.images else 0 }}
{% if article.extraction.images %}-
{% for img in article.extraction.images %}
- {{ img }} {% endfor %}
Pressekontakt
{{ article.extraction.press_contact }}
{% endif %}
{% if article.extraction.extraction_error %}
Extraktionsfehler: {{ article.extraction.extraction_error }}
{% endif %}Volltext
{{ article.content_raw or "-" }}