{% load wagtailcore_tags %} {% if audience_allowed %}
{{ value.legend }} {% if value.description %}

{{ value.description }}

{% endif %} {% for child in value.content %} {% include_block child %} {% endfor %}
{% endif %}