{% load static i18n %} {% if audience_allowed %}
{% if filters %}
{% for filter in filters %} {% include "wagtail_daisIE/blocks/data/feed_filter.html" with filter=filter %} {% endfor %}
{% endif %}
{{ items_html|safe }}
{% if not items_html %}

{{ value.feed.empty_message }}

{% endif %}

{% if has_more %}
{% trans "Load more" %}
{% endif %}
{% endif %}