{% if result.base_errors %}

Import errors

{% endif %} {% if result.row_errors %}

Row errors

{% for row_num, errors in result.row_errors %} {% for error in errors %} {% endfor %} {% endfor %}
Row Error
{% if forloop.first %}Row {{ row_num }}{% endif %} {{ error.error }}
{% endif %}