2021-11-13 10:42:07 +01:00
|
|
|
{% from 'simple/icons.html' import icon_big %}
|
2023-11-27 10:16:46 +01:00
|
|
|
<div class="dialog-error-block" role="alert">{{- '' -}}
|
|
|
|
<p>{{- '' -}}
|
2023-11-22 00:31:09 +01:00
|
|
|
<strong>
|
|
|
|
{%- if pageno == 1 -%}
|
|
|
|
{{ _('Sorry!') }}
|
|
|
|
{%- endif -%}
|
2023-11-27 10:16:46 +01:00
|
|
|
</strong>{{- '' -}}
|
|
|
|
</p>{{- '' -}}
|
2023-11-22 00:31:09 +01:00
|
|
|
<p>
|
|
|
|
{%- if pageno == 1 -%}
|
|
|
|
{{ _("No results were found. You can try to:") }}
|
|
|
|
{%- else -%}
|
2023-11-27 10:16:46 +01:00
|
|
|
{{ _("There are no more results. You can try to:") }}
|
2023-11-22 00:31:09 +01:00
|
|
|
{%- endif -%}
|
2023-11-27 10:16:46 +01:00
|
|
|
</p>{{- '' -}}
|
2023-09-18 21:41:52 +02:00
|
|
|
<ul>
|
2023-11-27 10:16:46 +01:00
|
|
|
{%- if pageno == 1 -%}
|
|
|
|
<li>{{ _("Refresh the page.") }}</li>{{- '' -}}
|
|
|
|
<li>{{ _("Search for another query or select another category (above).") }}</li>{{- '' -}}
|
|
|
|
<li>{{ _("Change the search engine used in the preferences:") }} <a href="/preferences">/preferences</a></li>{{- '' -}}
|
|
|
|
<li>{{ _("Switch to another instance:") }} <a href="https://searx.space">https://searx.space</a></li>{{- '' -}}
|
|
|
|
{%- else -%}
|
|
|
|
<li>{{ _("Search for another query or select another category.") }}</li>{{- '' -}}
|
|
|
|
<li>{{ _("Go back to the previous page using the previous page button.") }}</li>{{- '' -}}
|
|
|
|
{%- endif -%}
|
2023-09-18 21:41:52 +02:00
|
|
|
</ul>
|
2017-08-08 20:07:48 +02:00
|
|
|
</div>
|