{% extends 'base.html' %} {% block content %}
| Fuente | Texto | |
|---|---|---|
{{ item.title }} {{ item.source_url }} | {{ item.content[:180] }}... | |
| Sin fuentes cargadas. | ||
| Fecha | Cliente | Entrada | Respuesta | Estado |
|---|---|---|---|---|
| {{ log.created_at.strftime('%d/%m/%Y %H:%M') if log.created_at else '' }} | {{ log.customer_name or log.wa_id }} | {{ log.incoming_text }} | {{ log.outgoing_text }} | {{ log.status }}{% if log.error %} {{ log.error[:120] }} {% endif %} |
| Aún no hay mensajes. | ||||