{% load i18n %} {% if results %} {% for result in results %}
{{ result.title }}
{% endfor %}
{% if see_all %} All results ({{ quantity }}) {% endif %}
{% else %}
{% trans "No results found" %}
{% endif %}