{% blocktranslate count counter=results|length trimmed %} {{ counter }} result for “{{ query }}”. {% plural %} {{ counter }} results for “{{ query }}”. {% endblocktranslate %}
{% include "brickwork/components/_empty_state.html" with heading="No results" body="Nothing matched that query. Check the spelling, try a broader term, or browse invoices from the list." icon="search" variant="no_results" action_href="/search/" action_label="Clear search" %} {% elif results_state == "error" %} {% bw_alert "The search index could not be queried. Retry in a moment, or open Invoices from the sidebar if you know where to look." title="Search unavailable" variant="danger" %} {% elif results_state == "loading" %}{% translate "Searching, please wait." %}
{% blocktranslate count counter=results|length trimmed %} {{ counter }} result for “{{ query }}”. {% plural %} {{ counter }} results for “{{ query }}”. {% endblocktranslate %}
{% for result in results %}{{ result.snippet }}
{{ result.kind }}