{% extends "base.html" %} {% block body_class %}themed-bg{% endblock %} {% block content %}

Source Normalizer — Results

Mode
{% if applied %}Applied to Database{% else %}Preview (dry‑run){% endif %}
Entries {% if applied %}changed{% else %}that would change{% endif %}
{{ changed }}
Preview Count
{{ preview|length }}
{% if limit %}
Preview limited to first {{ limit }} entries matched.
{% endif %}
Preview of Changes (first {{ preview|length }})
{% if preview %}
{% for id, original, normalized in preview %} {% endfor %}
ID Original Normalized View
{{ id }} {{ original|default:"—" }} {{ normalized|default:"—" }} Open
Table shows up to the first 100 changes for readability.
{% else %}
No differences found
Nothing would change with the current normalization rules.
{% endif %}
← Back to Statistics {% if not applied %}
{% csrf_token %}
{% endif %}
{% endblock %}