Back to Searxng

Engines Msg

searx/templates/simple/elements/engines_msg.html

latest639 B
Original Source

{% if (not results and not answers) or not max_response_time %} #{{ _('Messages from the search engines') }} {% else %} {{ _('Response time') }}: {{ max_response_time | round(1) }} {{ _('seconds') }} {% endif %}

{%- for engine_name, error_type in unresponsive_engines -%} | {{- engine_name -}} | {{- error_type -}} | {%- endfor -%} {%- for engine_name, response_time in timings -%} | {{ engine_name }} | {{- response_time | round(1) -}}

| {%- endfor -%}