{% extends "djimporter/base.html" %} {% load i18n %} {% load static %} {% block content %}
# | line | field | error | {% for error in object.list_errors %}||
---|---|---|---|---|---|
{{ forloop.counter }} | {{ error.line }} | {% if error.message %}{{ error.field }} | {{ error.message }} | {% else %} {% comment %} Support showing legacy errors created by djimporter in versions <= 0.1.0 {% endcomment %} {% for field, details in error.error.items %} {% if forloop.first %}{{ field }} | {{ details }} | {% endif %} {% endfor %} {% endif %}