{% if not accounts %}

Аккаунты не подключены. Добавьте Telegram-аккаунт в разделе Аккаунты.

{% else %}

Управление разрешениями инструментов AI-агента. Отключённые инструменты не будут доступны агенту. По умолчанию все инструменты разрешены.

{% for acc in accounts %} {% set pidx = loop.index %} {% set pctx = phone_perm_contexts.get(acc.phone, {}) %} {% set modules = pctx.get("tool_permission_modules", []) %}
{% for module in modules %}

{% set midx = loop.index %} {% for tool in module.tools %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endif %}