searxng-beetroot/beetroot_template/messages/no_results.html

12 lines
567 B
HTML
Raw Normal View History

2023-04-04 21:23:00 +02:00
{% from 'beetroot/icons.html' import icon_big %}
2023-11-15 08:39:46 +01:00
<div class="dialog-error-block" role="alert">
2023-03-19 10:58:17 +01:00
<p><strong>{{ _('Sorry!') }}</strong></p>
2023-11-15 08:39:46 +01:00
<p>{{ _("No results were found. You can try to:") }}</p>
<ul>
<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>
</ul>
2023-03-19 10:58:17 +01:00
</div>