{% extends "base.html" %} {% block title %}Review import{% endblock %} {% comment %} Shared review page for every CSV importer (see CSVContactImportMixin in views.py). Nothing has been written yet at this point: the parsed rows live in a one-time Redis token. Submitting this form applies them; cancelling discards the token. For contact imports (import_supports_duplicates), each possible-duplicate row gets a merge/create choice. Lot/award imports omit that section. {% endcomment %} {% block content %}
Nothing has been imported yet. Review the {{ total }} row{{ total|pluralize }} below, then confirm or cancel.