Quellen
{{ sources|length }}
Angemeldet als {{ user }}
| ID | Name | Risk | Lizenz | Terms | Policy |
|---|---|---|---|---|---|
| {{ s.id }} | {{ s.name }} | {{ s.risk_level }} | {{ s.license_name or "-" }} | {{ s.terms_url or "-" }} |
{% if source_policy[s.id] %}
BLOCKED ({{ source_policy[s.id]|length }})
{{ source_policy[s.id]|join(", ") }}
{% else %}
OK
{% endif %}
|
| ID | Artikel | Status | Details | Review | Transition |
|---|---|---|---|---|---|
| {{ a.id }} |
{{ a.title }} Autor: {{ a.author or "-" }} Datum: {{ a.published_at or "-" }} | Alter: {{ a.days_old if a.days_old is not none else "-" }} Tage | Relevanz: {{ a.relevance }} Original öffnen Details anzeigen {% if a.canonical_url and a.canonical_url != a.source_url %} Canonical öffnen {% endif %} |
{{ a.status }} |
Legal: {{ "OK" if a.legal_checked else "offen" }}
{% if a.selected_image_url %}
Hauptbild gesetzt
Summary: {{ a.summary }}
{% endif %}
{% if a.content_raw %}
Volltext anzeigen{{ a.content_raw }}
Bilder: {{ a.extracted_images|length }}
{% if a.extracted_images %}
Bild-URLs
Pressekontakt{{ a.press_contact }}
Extraktionsfehler: {{ a.extraction_error }}
{% endif %}
|
{% if a.status == "review" %} {% else %} - {% endif %} |
| ID | Typ | Status | Start | Ende |
|---|---|---|---|---|
| {{ r.id }} | {{ r.run_type }} | {{ r.status }} | {{ r.started_at }} | {{ r.finished_at or "-" }} |