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

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

Páginas registradas

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

Eventos totales

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

Comentarios

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

Compartidos

Bots de Facebook Pages
{% for bot in bots_info %} {% empty %} {% endfor %}
Página ID de Página Asistente AI Suscrito Creado
{{ bot.page_name }} {{ bot.page_id }} {{ bot.assistant }} {% if bot.is_subscribed %} {% else %} No {% endif %} {{ bot.created_at }}
No hay bots configurados
Eventos Semanales por Página
{% endblock %} {% block extra_js %} {% endblock %}