Test_theme/beetroot_template/preferences/answerers.html

1.5 KiB

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