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

全渠道对话

{% if token %}{% endif %}
{% for item in items %} {% endfor %}
渠道Chat ID消息数最后时间最后消息
{{ item.channel }} {{ item.chat_id }} {{ item.message_count }} {{ item.last_timestamp }} {{ item.last_content }} 查看
{% endblock %}