{% extends "base.html" %} {% block content %}

Чаты с ботом

Гибридный режим: локальный кеш + ручной sync через API.

{% for chat in chats %} {% else %} {% endfor %}
chat_id Тип Название Username last_seen_at active
{{ chat.chat_id }} {{ chat.chat_type }} {{ chat.title or "—" }} {{ chat.username or "—" }} {{ chat.last_seen_at }} {{ "yes" if chat.is_active else "no" }}
Чатов пока нет.
{% endblock %}