{% extends "data_wizard/base_site.html" %} {% block content %}

Imported Records

{% if not records %} {% endif %} {% for record in records %} {% endfor %}
Row Record
No records imported.
{{record.row}} {% if record.success and record.object_url %} {{record.object_label}} {% elif record.success %} {{record.object_label}} {% else %} {% if record.fail_reason %} {{ record.fail_reason }} {% else %} Unknown Error {% endif %} {% endif %}
{% include "data_wizard/back.html" %}
{% endblock %}