{% load wagtailadmin_tags %} {% for page in results %} {% include "common/listing-item.html" %} {% endfor %} {% if not results and page_num == 1 %}

No results found

{% endif %} {% if results.has_next %} {% endif %}