{% extends "admin/import_export/base.html" %} {% load i18n %} {% load import_export_tags %} {% block breadcrumbs_last %} {% trans "Import" %} {% endblock %} {% block content %}
{% trans "This importer excpect and will import following fields: " %} {{ fields|join:", " }}.
{{ field.field.help_text|safe }}
{% trans "Bellow is a preview of applied import data. If you are satisfied with a result click Confirm import" %}