{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify util%} {% block extrastyle %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% translate "Please select a file to import." %}

{{ warning_message }}


{% csrf_token %}
{{ form }}


{% translate "Only the following columns will be imported if they exist (the order doesn't matter):" %}

{% for field in field_list %}'{{field}}', {% endfor %}
{% endblock %}