no_results.html 565 B

1234567891011
  1. {% from 'simple/icons.html' import icon_big %}
  2. <div class="dialog-error-block" role="alert">
  3. <p><strong>{{ _('Sorry!') }}</strong></p>
  4. <p>{{ _("No results were found. You can try to:") }}</p>
  5. <ul>
  6. <li>{{ _("Refresh the page.") }}</li>
  7. <li>{{ _("Search for another query or select another category (above).") }}</li>
  8. <li>{{ _("Change the search engine used in the preferences:") }} <a href="/preferences">/preferences</a></li>
  9. <li>{{ _("Switch to another instance:") }} <a href="https://searx.space">https://searx.space</a></li>
  10. </ul>
  11. </div>