{% load wagtailadmin_tags %} {% for page in results %} {% include "common/listing-item.html" with breadcrumbs=True show_listing_images=True %} {% endfor %} {% if not results and page_num == 1 %}
No results found
{% else %}Found {{ paginator.count }} results
{% endif %} {% if results.has_next %} {% endif %}