{% load i18n unfold %} {% block validation_errors %} {% capture as import_error silent %} {% trans "Some rows failed to validate" %} {% trans "Please correct these errors in your data where possible, then reupload it using the form above." %} {% endcapture %}
{% trans "Row" %} | {% trans "Errors" %} | {% for field in result.diff_headers %}{{ field }} | {% endfor %}
---|---|---|
{{ row.number }} |
{{ row.error_count }}
|
{% for field in row.values %}
{{ field }} | {% endfor %}