{% load wagtailimages_tags %}
{% for item in value.items %}
{% image item.image fill-70x70 %}

{{ item.heading }}

{{ item.text }}

{% endfor %}