{% load i18n %} {% load wagtailcore_tags wagtailimages_tags %} {% trans "Learn more" as button_label %} {% for promotion in value.pages %} {% if promotion.page %} {% image promotion.teaser fill-1224x400 as imagedata %}

{{ promotion.page.title }}

{% if promotion.page.search_description %}

{{ promotion.page.search_description }}

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