{# The form's fields, on their own so that "Normalize headers" can hand them back with the rewritten CSV in the textarea — see crate::pages::import_export::import::ui::ImportFields. `changed` is `None` when the page first renders and `Some` once a rewrite has run. #}
{% if changed %}{{ nav.tr("import-normalized-message") }}{% else %}{{ nav.tr("import-normalized-unchanged") }}{% endif %}
{%- endif %}