{% for item in instance.get_items %} {% include "icekit/plugins/content_listing/_item.html" %} {% empty %}
  • {{ instance.no_items_message|default:"There are no items to show" }}
  • {% endfor %}