{% load i18n modeladmin_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.verbose_name_plural as name %}Sorry, there are no {{ name }} matching your search parameters.{% endblocktrans %}

{% endif %}