{% from 'oscar/macros.html' import icon %} {% if unresponsive_engines %}
{{ icon('remove-sign') }} {{ _('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') }})