+ Keine wörtlich passenden Stellen im {{ prog_label }} gefunden.
+ Die Bewertung beruht auf inhaltlicher Auslegung — entweder benennt das Programm
+ das konkrete Thema nicht explizit, oder es bleibt zu allgemein, um wörtlich
+ zugeordnet zu werden.
+
{% endif %}
@@ -228,6 +265,17 @@
{% if antrag.plenum_votes %}
Abstimmungsergebnis
+
+ {# Konsistenz-Hinweis: GWÖ-Empfehlung vs tatsaechlicher Beschluss #}
+ {% set _state = consistency_state(antrag.verdict_title, antrag.plenum_votes) %}
+ {% set _decisive = decisive_outcome(antrag.plenum_votes) %}
+ {% if _state %}
+
+ {% if _state == 'conflict' %}Mehrheit gegen GWÖ-Empfehlung{% else %}Mehrheit deckt sich mit GWÖ-Empfehlung{% endif %}
+ — Empfohlen: {{ antrag.verdict_title }}; Beschluss: {{ _decisive | capitalize }}.
+
+ {% endif %}
+
{% set ergebnis_color = {
"angenommen":"#2da44e","abgelehnt":"#cf222e","überwiesen":"#0969da",
"zurückgezogen":"#8250df","bestätigt":"#2da44e","sammel":"#0969da",
@@ -268,7 +316,7 @@
Ja:
{% for f in v.fraktionen_ja %}
{% set _opp = opportunismus_score(f, antrag.fraktions_scores) %}
- {{ f }}{% if _opp is not none %}!{% endif %}
+ {{ f }}{% if _opp is not none %}!{% endif %}
{% endfor %}
{% endif %}
@@ -276,7 +324,7 @@
Nein:
{% for f in v.fraktionen_nein %}
{% set _wp = heuchelei_score(f, antrag.fraktions_scores) %}
- {{ f }}{% if _wp is not none %}⚠{% endif %}
+ {{ f }}{% if _wp is not none %}⚠{% endif %}
{% endfor %}
{% endif %}
@@ -355,69 +403,7 @@
- {# 9e Stärken / Schwächen #}
- {% if antrag.staerkster_wert and antrag.staerkster_wert.text %}
-
-
Stärkster Wert{% if antrag.staerkster_wert.titel %} — {{ antrag.staerkster_wert.titel }}{% endif %}
-
{{ antrag.staerkster_wert.text }}
-
- {% elif antrag.staerken %}
-
-
Stärken
-
- {% for s in antrag.staerken %}- {{ s }}
{% endfor %}
-
-
- {% endif %}
-
- {% if antrag.schwaechster_wert and antrag.schwaechster_wert.text %}
-
-
Schwächster Wert{% if antrag.schwaechster_wert.titel %} — {{ antrag.schwaechster_wert.titel }}{% endif %}
-
{{ antrag.schwaechster_wert.text }}
-
- {% elif antrag.schwaechen %}
-
-
Schwächen
-
- {% for s in antrag.schwaechen %}- {{ s }}
{% endfor %}
-
-
- {% endif %}
-
- {# 9f Konsistenz-Hinweis #}
- {% if antrag.plenum_votes %}
- {% set _state = consistency_state(antrag.verdict_title, antrag.plenum_votes) %}
- {% set _decisive = decisive_outcome(antrag.plenum_votes) %}
- {% if _state %}
-
- {% if _state == 'conflict' %}Mehrheit kontra GWÖ-Empfehlung{% else %}Mehrheit deckt sich mit GWÖ-Empfehlung{% endif %}
- — Empfohlen: {{ antrag.verdict_title }}; Beschluss: {{ _decisive | capitalize }}.
-
- {% endif %}
- {% endif %}
-
- {# 9g Marker-Legende — nur wenn ⚠ oder ! im Vote-Block vorkam #}
- {% set _legende = namespace(heuchelei=false, opp=false) %}
- {% for vv in (antrag.plenum_votes or []) %}
- {% for f in (vv.fraktionen_nein or []) %}
- {% if heuchelei_score(f, antrag.fraktions_scores) is not none %}{% set _legende.heuchelei = true %}{% endif %}
- {% endfor %}
- {% for f in (vv.fraktionen_ja or []) %}
- {% if opportunismus_score(f, antrag.fraktions_scores) is not none %}{% set _legende.opp = true %}{% endif %}
- {% endfor %}
- {% endfor %}
- {% if _legende.heuchelei or _legende.opp %}
-
- {% if _legende.heuchelei %}
-
⚠ Heuchelei: Nein trotz hoher Wahlprogramm-Übereinstimmung (WP ≥ 7/10).
- {% endif %}
- {% if _legende.opp %}
-
! Opportunismus: Ja trotz schwacher Wahlprogramm-Übereinstimmung (WP < 3/10).
- {% endif %}
-
- {% endif %}
-
- {# 9h News-Box (per JS gefuellt) #}
+ {# News-Box (per JS gefuellt) #}
Aktuelle News passend zu diesem Antrag
Embedding-Match aus den letzten 90 Tagen. Quelle: Tagesschau-API + Bundestag-RSS.