{% extends "master.html" %} {% block content %}

Import Data

Please select a .csv (comma-separated values) file containing the record data you want to upload.
You will be able to configure the import after the file has been uploaded and analyzed.

{% csrf_token %} {{ form.file.label }}: {{ form.file }}{% if form.file.errors %} {{ form.file.errors }}{% else %}
{% endif %} {% if utf8_error %} The uploaded file does not appear to be a UTF8 encoded file. Please convert the file and try again.
{% endif %}
{% endblock %}