diff --git a/web/templates/normalize_source_results.html b/web/templates/normalize_source_results.html new file mode 100644 index 0000000..fcc96de --- /dev/null +++ b/web/templates/normalize_source_results.html @@ -0,0 +1,46 @@ +{% extends "base.html" %} +{% block body_class %}themed-bg{% endblock %} + +{% block content %} +
+ {{ changed }} {{ applied|yesno:"entries changed,entries would change" }}; {{ warnings_total }} warnings. + {% if limit %} (Limited to first {{ limit }} entries){% endif %} +
+ + {% if preview %} +| ID | +Original | +Normalized | +
|---|---|---|
| {{ id }} | +{{ orig }} | +{{ norm }} | +