{% load i18n wagtailmodeladmin_tags %} {% if results %} {% for header in result_headers %} {% endfor %} {% for result in results %} {% result_row_display forloop.counter0 %} {% endfor %}
{% if header.sortable %}{% endif %} {{ header.text|capfirst }} {% if header.sortable %}{% endif %}
{% else %}

{% blocktrans with view.model_name_plural|lower as name %}Sorry, there are no {{ name }} matching your search parameters.{% endblocktrans %}

{% endif %}