{% 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 }}){% if not loop.last %}, {% endif %} {% endfor %}
{{ _('Please, try again later or find another searx instance.') }}
{{ _('Sorry!') }}
{{ _('we didn\'t find any results. Please use another query or search in more categories.') }}