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