{{ row.type }}
{% if row.confidence is not none %}
confidence {{ "%.2f"|format(row.confidence) }}
{% endif %}
{% if row.auto_approved %}
auto-approved (pattern)
{% endif %}
{{ row.content }}
id {{ row.id }}
{% if row.source %} · source {{ row.source }}{% endif %}
· created {{ row.created_at }}
{% set diff = row.diff %}
{% if diff.added or diff.removed or diff.modified %}
diff vs current ({{ (diff.added|length) + (diff.removed|length) + (diff.modified|length) }} changes)