Artikel-Detail #{{ article.id }}

Angemeldet als {{ user }}

Zurück

{{ 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

{% for c in checklist %} {% endfor %}
KriteriumStatusWert
{{ 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 %} {% 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 %}