{% extends "base.html" %} {% block title %}Настройки — TG Agent{% endblock %} {% block content %}

Настройки

Telegram-аккаунты
{% include "settings/_accounts.html" %}
Telegram API credentials
{% include "settings/_credentials.html" %}
Планировщик
{% include "settings/_scheduler.html" %}
Режим разработчика{% if agent_dev_mode_enabled %} & AI Agent{% endif %}
{% include "settings/_devmode.html" %}
Фильтры каналов
{% include "settings/_filters.html" %}
Уведомления
{% include "settings/_notifications.html" %}
{% endblock %} {% block head_scripts %} {% endblock %}