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

Inhaltsverzeichnis

{% if 'zusammenfassung' in sections %}

{{ zusammenfassung_title }}

{{ executive_summary | safe }}
{% endif %} {% if 'bericht' in sections %}

{% if incident.type == "research" %}Recherchebericht{% else %}Lagebild{% endif %}

{% if lagebild_timestamp %}

Aktualisiert: {{ lagebild_timestamp }}

{% endif %}
{{ lagebild_html | safe }}
{% endif %} {% if 'faktencheck' in sections and fact_checks %}

Faktencheck

{% for fc in fact_checks %} {% endfor %}
BehauptungStatusQuellen
{{ fc.claim or '' }} {{ fc.status_label }} {{ fc.sources_count or 0 }}
{% endif %} {% if 'quellen' in sections and sources %}

Quellenverzeichnis

{% if source_stats %}

Quellenstatistik

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

Quellen

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

Ereignis-Timeline

{% for event in timeline %}
{{ event.date }}
{{ event.headline }}
{{ event.source }}
{% endfor %}
{% endif %} {% if 'timeline' in sections and 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 %}