{% extends "pxy_dashboard/partials/base.html" %} {% load static %} {% block content %} {% include "pxy_dashboard/partials/dashboard/kpi_row.html" %}

{{ stats.total_conversations|default:"–" }}

Conversaciones totales

{{ stats.messages_in|default:"–" }}

Mensajes recibidos

{{ stats.messages_out|default:"–" }}

Mensajes enviados

{{ stats.avg_response_time|default:"–" }} ms

Tiempo respuesta promedio

Bots de Telegram
{% for bot in bots_info %} {% empty %} {% endfor %}
Nombre Username Estado Asistente AI
{{ bot.name }} {{ bot.username }} {% if bot.is_active %} Activo {% else %} Inactivo {% endif %} {{ bot.assistant }}
No hay bots configurados
Actividad Semanal de Mensajes por Bot
{% endblock %} {% block extra_js %} {% endblock %}