searx/templates/simple/messages/no_results.html
{% from 'simple/icons.html' import icon_big %}
{{- '' -}}
{{- '' -}} {%- if pageno == 1 -%} {{ _('Sorry!') }} {%- endif -%} {{- '' -}}
{{- '' -}}
{%- if pageno == 1 -%} {{ _("No results were found. You can try to:") }} {%- else -%} {{ _("There are no more results. You can try to:") }} {%- endif -%}
{{- '' -}} {%- if pageno == 1 -%} - {{ _("Refresh the page.") }} {{- '' -}} - {{ _("Search for another query or select another category (above).") }} {{- '' -}} - {{ _("Change the search engine used in the preferences:") }} /preferences {{- '' -}} - {{ _("Switch to another instance:") }} https://searx.space {{- '' -}} {%- else -%} - {{ _("Search for another query or select another category.") }} {{- '' -}} - {{ _("Go back to the previous page using the previous page button.") }} {{- '' -}} {%- endif -%}