{% extends 'base.html' %} {% block content %}
| Fecha/Hora | Nombre | Teléfono | Detalle | Estado | Acciones | |
|---|---|---|---|---|---|---|
| {{ item.created_at.strftime('%d/%m/%Y %H:%M') }} | {{ item.name }} | {{ item.email }} | {{ item.phone or '—' }} | {{ item.detail }} | {{ item.status }} | |
| No hay consultas registradas. | ||||||