{% load i18n %} {% extends "admin/change_form.html" %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}

{% trans "Columns" %}


{% for field in fields %}
{% if field.unique and cl %} {% else %} {% endif %}
{% endfor %}
{% block form_specific %}

{{ form.import_mode }}

{{ form.skip_first }} {% trans "Skip first line" %}

{% endblock %}
{% block results %} {% for row in input %} {% for cell in row %} {% endfor %} {% endfor %}
{{ cell }}
	  {% for message in output %}
	  {% if forloop.first %}
	  {% trans "CSV File had been procedeed" %}
	  {% endif %}
	  {{ message }}
	  {% endfor %}
   
{% endblock %} {% endblock %}