diff --git a/web/templates/normalize_source_result.html b/web/templates/normalize_source_result.html index fcc96de..246be7c 100644 --- a/web/templates/normalize_source_result.html +++ b/web/templates/normalize_source_result.html @@ -3,44 +3,86 @@ {% block content %}
- {{ changed }} {{ applied|yesno:"entries changed,entries would change" }}; {{ warnings_total }} warnings. - {% if limit %} (Limited to first {{ limit }} entries){% endif %} -
+| ID | -Original | -Normalized | +||||
|---|---|---|---|---|---|---|
| ID | +Original | +Normalized | +View | |||
| {{ id }} | -{{ orig }} | -{{ norm }} | +{{ id }} | ++ {{ original|default:"—" }} + | ++ {{ normalized|default:"—" }} + | ++ Open + |