{% extends "base.html" %} {% block title %} — Audit log{% endblock %} {% block content %}

Audit log ({{ total }} registros)

{% if chat_id_filter %}Limpiar{% endif %}
{% for entry in logs %} {% else %} {% endfor %}
Timestamp (UTC) chat_id Evento Resultado Detalle
{{ (entry.timestamp or "")[:19] }} {% if entry.chat_id %} {{ entry.chat_id }} {% else %}—{% endif %} {{ entry.evento }} {{ entry.resultado or "—" }} {{ entry.detalle_str }}
Sin registros
{% endblock %}