{{ page_obj.paginator.count }} result{{ page_obj.paginator.count|pluralize }} for “{{ query }}”
{% for result in results %} {% include "partials/search_result_card.html" with result=result only %} {% empty %}No results found.
{% endfor %}Enter a term to search labels and indexed text.