{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {% extends 'base/layout.html' %} {% block title %}Row Resolutions — {{ profile.name }}{% endblock %} {% block content %}
Saved Row Resolutions — {{ profile.name }}
Back to Profile

The import applies these row decisions automatically on re-import. Delete a record to stop replaying that decision.

{% for res in resolutions %} {% empty %} {% endfor %}
Source ID Column Original value Resolved fields
{{ res.source_id }} {{ res.source_column }} {{ res.original_value }} {% for field, val in res.resolved_fields.items %} {{ field }}: {{ val }} {% endfor %}
No saved row resolutions. Resolve a row in the preview to create one.
{% endblock %}