{% from 'simple/macros.html' import icon %} {% if unresponsive_engines %}
{{ _('Error!') }} {{ _('Engines cannot retrieve results.') }}
{% for engine_name, error_type in unresponsive_engines %}{{- '' -}} {{- engine_name }} ( {{- error_type -}} ){{- '' -}}
{%- endfor %}{{ _('Please, try again later or find another searx instance.') }} ({{ _('Public instances') }})
{{ _('Sorry!') }}
{{ _('we didn\'t find any results. Please use another query or search in more categories.') }}