{% extends "admin/settings/settings.html" %} {% from "admin/macros.html" import page_title, draw_message %} {% block title %}{{ page_title(title=_('Search Results'), parent=_('Settings')) }}{% endblock %} {% block action %}

{% trans %}Search Results{% endtrans %}

{% if message %} {{ draw_message(message, 'alert-form') }}{% endif %} {% for setting in found_settings %}

{{ _(setting.name) }} {{ _(setting.group.name) }}

{%- if setting.description %}

{{ _(setting.description) }}

{% endif -%} {% trans %}Go to this setting{% endtrans %}
{% endfor %} {% endblock %}