{% if not image.is_excluded %}
{% else %}
{% endif %}
{{ 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 }}
{% if article.selected_image_proxy_url %}
{% for image in article.image_entries %}
{% endfor %}
{% endif %}
{% if article.press_contact or article.extraction.press_contact %}
Pressekontakt
{{ article.press_contact or article.extraction.press_contact }}
{% endif %}
{% if article.extraction.extraction_error %}
Extraktionsfehler: {{ article.extraction.extraction_error }}
{% endif %}Volltext
{{ article.content_raw or "-" }}
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 %}