{% if validation_summary %}

Rows

{{ validation_summary.total_rows }}

Valid

{{ validation_summary.valid_rows }}

Invalid

{{ validation_summary.invalid_rows }}

Changed rows

{{ changed_row_count }}

{{ changed_cell_count }} changed cell(s)

{% if validation_summary.is_valid %}

This draft is ready to import.

Clicking “Import objects” will process the stored draft file together with the edits you made during review.

{% else %}

This draft still needs review before it can be imported.

Use the Back button to return to the review step and correct the remaining validation issues.

{% endif %}
Selected columns
{% for field_name in selected_fields %} {{ field_name }} {% endfor %}
{% if validation_summary.errors %}
Validation issues
{% for row_error in validation_summary.errors %}

Row {{ row_error.row }}

    {% for error in row_error.errors %}
  • {{ error }}
  • {% endfor %}
{% endfor %}
{% endif %} {% else %}
Upload and review a file before confirming the import.
{% endif %}