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