{{define "partials/save_search_area.html"}}
{{/* The Actions chooser surfaces every search-scoped operation behind one
button. Visible whenever the active search has at least one match, or
when the query is non-empty so Save search remains reachable on
zero-result queries. The chooser body itself gates entries on Total>0
and on .Query so each entry only appears when applicable. */}}
{{if and (not .Degraded) (or (gt .Result.Total 0) .Query)}}{{end}}
{{end}}