{% block content %} {% if results %} {% for entity, items, count in results %} {% set edef = entity %}

{{ edef.plural }}

{% endfor %} {% else %}

No results found.

{% endif %} {% endblock %}