{% load i18n %}{% spaceless %}
{% for post_content in postcontent_list %} {% include "djangocms_stories/includes/blog_item.html" with post_content=post_content image="true" TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %} {% empty %}

{% trans "No article found." %}

{% endfor %}
{% endspaceless %}