{{ article.title }}
Status: {{ article.status }}
Artikel-Datum: {{ article.published_at or "-" }}
Alter: {{ article.days_old if article.days_old is not none else "-" }} Tage
Relevanz: {{ article.relevance }}
Autor: {{ article.author or "-" }}
Feed: {{ feed.name if feed else "-" }}
Quelle Snapshot: {{ article.source_name_snapshot or "-" }}
Lizenz Snapshot: {{ article.source_license_name_snapshot or "-" }}
Terms Snapshot: {{ article.source_terms_url_snapshot or "-" }}
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.image_entries|length if article.image_entries else 0 }}
{% if article.selected_image_url %}Ausgewähltes Hauptbild: {{ article.selected_image_url }}
{% endif %} {% if article.image_entries %}Pressekontakt
Extraktionsfehler: {{ article.extraction.extraction_error }}
{% endif %}Volltext
Rechtsfreigabe
Freigabe: {% if article.legal_checked %} Freigegeben {% else %} Nicht freigegeben {% endif %}
Zeitpunkt: {{ article.legal_checked_at or "-" }}
Notiz: {{ article.legal_note or "-" }}
Status ändern
{% if not article.legal_checked %}Hinweis: `published` ist erst nach manueller Rechtsfreigabe erlaubt.
{% endif %}