{% if antrag is defined and antrag %}
{% set s = antrag.score | float %}
{% if s >= 8 %}{% set score_cls = "high" %}
{% elif s < 5 %}{% set score_cls = "low" %}
{% else %}{% set score_cls = "mid" %}{% endif %}
{{ "%.1f"|format(s) }}
/ 10
{% if antrag.verdict_title %}
{{ antrag.verdict_title }}
{% endif %}
{{ antrag.title }}
{% if antrag.bundesland %}
{{ antrag.bundesland }}
{% endif %}
{% if antrag.drucksache %}
{{ antrag.drucksache }}
{% endif %}
{% for partei in (antrag.parteien or []) %}
{% set pcls = partei | lower | replace("ü","u") | replace("ä","a") | replace("ö","o") | replace("/","") | replace(" ","") | replace("90","") | replace("bündnis","grune") | replace("dielinke","linke") %}
{{ partei }}
{% endfor %}
{% else %}
GWÖ-Antragsprüfer
Matrix 2.0 · Gemeinden
gwoe.toppyr.de
{% endif %}