diff --git a/froide_govplan/templates/froide_govplan/detail.html b/froide_govplan/templates/froide_govplan/detail.html index 42fa2b7..2ef614e 100644 --- a/froide_govplan/templates/froide_govplan/detail.html +++ b/froide_govplan/templates/froide_govplan/detail.html @@ -49,37 +49,41 @@
- {% if object.quote %} -

Ausschnitt aus dem Koalitionsvertrag

-
- {{ object.quote | addquotes | markdown }} -
- {% endif %} - {% with refs=object.get_reference_links %} - {% if refs %} -

- - {% if refs|length > 1 %} - Quellen: - {% else %} - Quelle: +

+ {% if object.quote %} +
Ausschnitt aus dem Koalitionsvertrag
+
+
+ {{ object.quote | addquotes | markdown }} +
+ {% with refs=object.get_reference_links %} + {% if refs %} +

+ + {% if refs|length > 1 %} + Quellen: + {% else %} + Quelle: + {% endif %} + + {% for ref in refs %} + + {{ forloop.counter }} + + {% endfor %} +

{% endif %} - - {% for ref in refs %} - - {{ forloop.counter }} - - {% endfor %} -

- {% endif %} - {% endwith %} + {% endwith %} + {% endif %} +
- {% if object.description %} -
-

Unsere Einschätzung

- {{ object.description | safe }} -
- {% endif %} + {% if object.description %} +
+
Unsere Einschätzung
+
{{ object.description | safe }}
+
+ {% endif %} +