{{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {%- for info in answer_storage -%} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {%- endfor -%} {{- '' -}} {{- '' -}} {%- for plugin in plugins_storage -%} {%- if plugin.preference_section == 'query' -%} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {{- '' -}} {%- endif -%} {%- endfor -%}
{{ _('Allow') }}{{ _('Keywords (first word in query)') }}{{ _('Name') }}{{ _('Description') }}{{ _('Examples') }}
{{- _("This is the list of SearXNG's instant answering modules.") -}}
{{ info.keywords|join(', ') }}{{ info.name }}{{ info.description }}{{ info.examples|join(', ') }}
{{- _('This is the list of plugins.') -}}
{{- checkbox_onoff_reversed('plugin_' + plugin.id, plugin.id not in allowed_plugins, 'plugin_labelledby' + plugin.id) -}}{{ plugin.keywords|join(', ') }}{{ _(plugin.name) }}{{ _(plugin.description) }}{{ plugin.examples|join(', ') }}
{{- '' -}}
{{- '' -}}