{% load wagtailcore_tags useful_tags %}
{% for item in value %} {% if item.page|is_live %}
{% include_block item %}
{% endif %} {% endfor %}