{% load wagtailcore_tags %}
{% for tab_item in value.tabs %} {% endfor %}
{% for tab_item in value.tabs %}

{{ tab_item.value.title }}

{{ tab_item.value.content|richtext }}
{% endfor %}