{% load i18n cmsplugin_blog_tags %} {% for category in categories %} {% with category.get_entries as object_list %} {% if object_list %} {% include "cmsplugin_blog/entry_list_include.html" %} {% else %}
{% trans "No entries" %}
{% endif %} {% endwith %} {% endfor %}