{% extends "base.html" %} {% block title %}Диалоги — TG Agent{% endblock %} {% block content %}
Нет подключённых аккаунтов. Добавьте аккаунт в Настройках.
{% else %} {% if left or failed %}Отписались: {{ left }}{% if failed %}, не удалось: {{ failed }}{% endif %}
{% endif %} {% if dialogs %} {% set channels = dialogs | selectattr("channel_type", "in", ["channel", "monoforum", "scam", "fake", "restricted"]) | list %} {% set groups = dialogs | selectattr("channel_type", "in", ["supergroup", "group", "gigagroup", "forum"]) | list %} {% set dms = dialogs | selectattr("channel_type", "equalto", "dm") | list %} {% set bots = dialogs | selectattr("channel_type", "equalto", "bot") | list %} {% set own = dialogs | selectattr("is_own") | list %}Всего диалогов: {{ dialogs|length }}
{% elif selected_phone %}Нет диалогов.
{% else %}Выберите аккаунт, чтобы загрузить список диалогов.
{% endif %} {% endif %} {% endblock %}