{% load i18n %} {% for object in entries %} {% include object.content_template with object_content=object.html_content|truncatewords_html:100|safe continue_reading=1 %} {% empty %}

{% trans "No entries yet." %}

{% endfor %}