{% if hits %} {% for h in hits %}
{{ h.uuid[:12] }}... {{ h.timestamp.strftime('%Y-%m-%d %H:%M:%S') }}
{{ h.confidence.value }} {% if h.token_valid %}token valid{% else %}no token{% endif %} {{ h.source_ip }} {{ h.user_agent[:40] }}
{% if h.body %}
{{ h.body[:500] }}
{% endif %}
{% endfor %} {% else %}

No hits received yet. Deploy canary documents and wait for callbacks.

{% endif %}