{# One snapshot-import report card (Bootstrap styled). Context: `imp` (SnapshotImport row), `imported_id` (highlight the just-completed import). #}
{{ imp.source_machine_id[:8] }}
{% endif %}
| Entity | Inserted | Updated | Unchanged |
|---|---|---|---|
| {{ entity.replace('_', ' ') }} | {{ c.inserted }} | {{ c.updated }} | {{ c.unchanged }} |
| Record | Field | Local (overwritten) | Incoming |
|---|---|---|---|
{{ row.id or row.uuid or row.key }} |
{{ field }} | {{ change.local if change.local is not none else '—' }} | {{ change.incoming if change.incoming is not none else '—' }} |
No local records were overwritten.
{% endif %}Per-transaction category/tag changes are also recorded in the rules History (action: import).