{% extends "base.html" %} {% from "components/settings_form.html" import render_setting %} {% from "components/custom_dropdown.html" import render_dropdown %} {% set active_page = 'settings' %} {% block title %}Settings - Deep Research System{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
All Settings
Language Models
Search Engines
Reports
Application

Loading settings...

Show JSON Configuration
{% endblock %} {% block page_scripts %} {% endblock %}