{% load wagtailimages_tags %}
{% for item in value.items %}
{% image item.image height-80 %}

{{ item.text }}

{% endfor %}