{% load i18n %} {% load wagtailimages_tags %} {% trans "Jetzt informieren!" as button_label %} {% for promotion in value %} {% image promotion.teaser fill-1140x400 as imagedata %}

{{ promotion.page.title }}

{{ promotion.page.search_description }}

{{ button_label }}
{{ imagedata.alt }}
{% endfor %}