{% 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 }}){% if not loop.last %}, {% endif %} {% endfor %}
{{ _('Please, try again later or find another searx instance.') }}