{% load wagtailcore_tags %}
{% for item in value %}
{{ item.value.head.value|richtext }}
{{ item.value.content.value|richtext }}
{% endfor %}