{% extends "admin/index.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %} {{ msg|safe }} {% if error_filename %} Download non imported data with errors {% endif %} {% if 'simple_import' in settings.INSTALLED_APPS %}

Try our new import tool! Click here

{% endif %}

Import Tool

Tips
- Look at sample data first!
- Sheet names, which usually appear as tabs at the bottom of a workbook, are important and must match the sample data.
- Not all sheets are required; include only those where you've entered data.
- File may be in ods, xls, or xlsx format.
- Leave out data you don't wish to update! Most columns are optional. Blank cells will be ignored.
- Extra columns are fine and will be ignored.
- Use exact names of columns as seen in sample data.
- Use formats found in sample data for best results, e.g. enter dates as YYYY-MM-DD.
- A database backup is made on each import. If you break something contact your system administrator.
{{ form.as_p }}
{% endblock %}