searx/templates/simple/preferences/answerers.html
{{- '' -}}
{{- '' -}} |{{- '' -}} {{ _('Allow') }} |{{- '' -}} {{ _('Keywords (first word in query)') }} |{{- '' -}} {{ _('Name') }} |{{- '' -}} {{ _('Description') }} |{{- '' -}} {{ _('Examples') }} |{{- '' -}} | --- | --- | --- | --- | --- | {{- '' -}} |{{- '' -}} {{- _("This is the list of SearXNG's instant answering modules.") -}} |{{- '' -}} | --- | {%- for info in answer_storage -%} |{{- '' -}} |{{- '' -}} {{ info.keywords|join(', ') }} |{{- '' -}} {{ info.name }} |{{- '' -}} {{ info.description }} |{{- '' -}} {{ info.examples|join(', ') }} |{{- '' -}} {%- endfor -%} |{{- '' -}} {{- _('This is the list of plugins.') -}} |{{- '' -}} {%- for plugin in plugins_storage -%} {%- if plugin.preference_section == 'query' -%} | --- | |{{- '' -}} {{- 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(', ') }} |{{- '' -}} {%- endif -%} {%- endfor -%} {{- '' -}} {{- '' -}}