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

Subjects Normalizer

Mode
{% if applied %}Applied{% else %}Dry-run (Preview){% endif %}
Entries Changed
{{ changed }}
Preview Limit
{% if limit and limit|add:0 > 0 %}{{ limit }}{% else %}All{% endif %}
Actions
{% if user.is_authenticated and user.is_staff %}
{% csrf_token %}
{% endif %} ← Back to Statistics
Tip: Use ?limit=500 on the preview to sample a subset before applying to everything.

Preview of Changes (first 100)

{% if preview %}
Showing up to 100 changed rows.
{% for eid, before, after in preview %} {% endfor %}
ID Before After
{{ eid }} {{ before }} {{ after }}
{% else %}
No differences to show.
{% endif %}
{% endblock %}