{% if this.box_image is defined and this.box_image != '' %}
{% set image = record.attachments.images.get(this.box_image) %}
-
+
+
+
+
+
+
{% endif %}
{{ this.box_content }}
diff --git a/templates/blocks/flow_text_image_section.html b/templates/blocks/flow_text_image_section.html
index b57fecfc..620f5d60 100644
--- a/templates/blocks/flow_text_image_section.html
+++ b/templates/blocks/flow_text_image_section.html
@@ -31,7 +31,12 @@
Wichtig: Keine Angaben für width und height berechnen, dann geht beim Skalieren das Seitenverhältnis kaputt.
#}
-
+
+
+
+
+
+
{% if this.content_image_src is defined and this.content_image_alt != '' %}
{{ this.content_image_src }}
{% endif %}
diff --git a/templates/blocks/flow_third_box_section.html b/templates/blocks/flow_third_box_section.html
index 30975501..ba235198 100644
--- a/templates/blocks/flow_third_box_section.html
+++ b/templates/blocks/flow_third_box_section.html
@@ -11,7 +11,12 @@
{% if this.attachments.images %}
{% for image in this.attachments.images %}
-
+
+
+
+
+
+
{% endfor %}
{% endif %}
Wir verstehen uns als Plattform for Hackende, auf der sich mit Gleichgesinnten wirtschaftliche Projekte möglich werden, die es anders nicht gäbe. Wir fördern und bewirtschaften im Kollektiv als Genossenschaft die Leistungen unserer Mitglieder.
@@ -29,7 +34,12 @@
{% if this.attachments.images %}
{% for image in this.attachments.images %}
-
+
+
+
+
+
+
{% endfor %}
{% endif %}
Wir bieten useren Mitgliedern nicht nur ein gutes Netzwerk, sondern auch eine sichere Anlagemöglichkeit. Hier kannst Du Dich über die Anlagekriterien informieren.
diff --git a/templates/flow_block_page.html b/templates/flow_block_page.html
index 30aaee92..dc02a44a 100644
--- a/templates/flow_block_page.html
+++ b/templates/flow_block_page.html
@@ -27,7 +27,12 @@
{% if this.attachments.images %}