{% extends "base.html" %} {% load i18n inline_formset link_to_window %} {% block content %}
{% trans "Back to import list" %}
{% trans "This line have been already imported." %}
{% trans "The following error(s) has been encountered while parsing the source file:" %}
| {% trans "Column" %} | {% trans "Error" %} | 
|---|---|
| {% if column %} {% trans "Col."%} {{column}} {% else %} – {% endif %} | {{error}} | 
{% trans "No change for this item." %}
{% trans "Changes will be made for this item" %}
{% endif %} {% if new_objects %}{% trans "New objects will be created." %}
{% endif %}| {% trans "Key" %} | {% trans "Value" %} | 
|---|---|
| {{k|safe}} | {{value|safe}} | 
| {% trans "Key" %} | {% trans "Value" %} | 
|---|---|
| {{k|safe}} | {{value}} | 
| {% trans "Key" %} | {% trans "Old value" %} | {% trans "New value" %} | {% trans "Changed" %} | 
|---|---|---|---|
| {{k|safe}} | {{value.0|safe}} | {{value.1|safe}} | {% if value.2%} {% else %}–{% endif %} | 
| {% trans "Key" %} | {% trans "Value" %} | 
|---|---|
| {{k|safe}} | {{value}} |