{# search_box result list (#954 cycle 4). Rendered into the dz-search-box-results target by the FTS endpoint when called with `?html=1`. Each row links to the entity's detail route and (optionally) shows highlighted snippets pulled from `ts_headline`. Snippet HTML is server-trusted: Postgres `ts_headline` escapes surrounding text and only the configured StartSel/StopSel (``) tags are inserted. Render via `safe` to preserve them. #} {% if total == 0 %}
{{ _("No results for") }} {{ q }}
{% else %}
{{ total }} {{ _("result") if total == 1 else _("results") }}
{% endif %}