{% load i18n %}
{% for article in article_list %} {% include "aldryn_newsblog/plugins/article.html" with namespace=instance.app_config.namespace %} {% empty %}

{% trans "No items available" %}

{% endfor %}