{% extends "pxy_dashboard/partials/base.html" %} {% load static %} {% block title %}Zone Definition{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "pxy_dashboard/partials/dashboard/kpi_row.html" %}

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

Conversaciones totales

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

Mensajes recibidos (24h)

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

Mensajes enviados (24h)

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

Tiempo de respuesta promedio

Bots Configurados
{% for bot in bots_info %} {% empty %} {% endfor %}
Nombre Phone Number ID Estado Asistente AI
{{ bot.name }} {{ bot.phone_number_id }} {% 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 %}