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

{{ dry_run|yesno:"Preview,Applied" }} — Subject Normalizer

Mode
{{ dry_run|yesno:"Dry-run Preview,Applied" }}
Entries scanned
{{ total_considered }}
Changed
{% if dry_run %} {{ rows|dictsort:"changed"|length }} {% else %} {{ changed_count }} {% endif %}
In preview, nothing is saved; you can apply from the Statistics page.
{% for r in rows %}
ID Before After Changed?
#{{ r.id }} {{ r.before|default:"—" }} {{