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

Subject Normalizer

Mode
{% if applied %}Applied (saved to DB){% else %}Preview (dry-run){% endif %}
Entries changed{% if not applied %} (would change){% endif %}
{{ changed }}
Warnings
{{ warnings_total }}
{% if limit %}
Preview limit: {{ limit }}
{% endif %}
Preview (first 100 changes)
Showing the first 100 entries that {% if applied %}were{% else %}would be{% endif %} changed.
{% for row in preview %} {% empty %} {% endfor %}
IDBeforeAfter
{{ row.0 }} {{ row.1 }} {{ row.2 }}
No changes detected.
{% if not applied and user.is_authenticated and user.is_staff %}
{% csrf_token %}
{% endif %}
{% endblock %}