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" }}
Publish: {{ "bereit" if a.publish_ready else "blockiert" }}
{% if not a.publish_ready and a.publish_blockers %}
{{ a.publish_blockers|join(", ") }}
{% endif %}
{% 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 "-" }} |
| ID | Artikel | Status | Attempts | WP Post | Fehler |
|---|---|---|---|---|---|
| {{ j.id }} | #{{ j.article_id }} {{ j.article_title or "-" }} | {{ j.status }} | {{ j.attempts }}/{{ j.max_attempts }} | {% if j.wp_post_url %} #{{ j.wp_post_id }} {% elif j.wp_post_id %} #{{ j.wp_post_id }} {% else %} - {% endif %} | {{ j.error_message or "-" }} |