{% load i18n %}
{% if value.heading %}

{{ value.heading }}

{% endif %}
{% for item in value.items %}
{{ item.content|safe }}
{% endfor %}