{% for result in results %}
{% if result.form and result.form.non_field_errors %}
{{ result.form.non_field_errors }}
{% endif %}
{% for item in result %}
{{ item }}
{% endfor %}
{% include 'unfold/helpers/actions_row.html' with actions=actions_row instance_pk=result.instance_pk %}
{% endfor %}
{% else %}
{% url cl.opts|admin_urlname:"add" as add_url %}
{% blocktranslate with name=cl.opts.verbose_name asvar title %}Add {{ name }}{% endblocktranslate %}
inbox
{% trans "No results found" %}
{% trans "This page yielded into no results. Create a new item or reset your filters." %}