{{ incident_type_label }}
{{ incident.title }}
{{ classification_label }}
Stand: {{ report_date }}
Erstellt von: {{ creator }}
{% if incident.organization_name %}
Organisation: {{ incident.organization_name }}
{% endif %}
AegisSight Monitor
{{ classification_label }}

Executive Summary

{{ executive_summary | safe }}
{% if scope in ('report', 'full') %} {% if fact_checks %}

Faktencheck

{% for fc in fact_checks %} {% endfor %}
BehauptungStatusQuellen
{{ fc.claim or '' }} {{ fc.status_label }} {{ fc.sources_count or 0 }}
{% endif %} {% if source_stats %}

Quellenstatistik

{% for stat in source_stats %} {% endfor %}
QuelleArtikelSprache
{{ stat.name }}{{ stat.count }}{{ stat.languages }}

Lagebild

{% if lagebild_timestamp %}

Aktualisiert: {{ lagebild_timestamp }}

{% endif %}
{{ lagebild_html | safe }}
{% if sources %}

Quellenverzeichnis

{% for src in sources %} {% endfor %}
#QuelleURL
{{ loop.index }}{{ src.name or src.title or '' }}{{ src.url or '' }}
{% endif %} {% endif %} {% endif %} {% if scope == 'full' %} {% if timeline %}

Ereignis-Timeline

{% for event in timeline %}
{{ event.date }}
{{ event.headline }}
{{ event.source }}
{% endfor %}
{% endif %} {% if articles %}

Artikelverzeichnis ({{ articles | length }} Artikel)

{% for art in articles %} {% endfor %}
HeadlineQuelleSpracheDatum
{{ art.headline_de or art.headline or 'Ohne Titel' }} {{ art.source or '' }} {{ (art.language or 'de') | upper }} {{ art.pub_date }}
{% endif %} {% endif %}