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

These resolutions are applied automatically during parse_file on re-import (like git rerere). Delete a record to stop replaying that split.

{% 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 resolutions. Use the ✂ Split button on the preview page to create some.
{% endblock %}