{% extends "admin/base_site.html" %} {% load static %} {% block extrahead %} {% endblock %} {% block content %}

Import Data

{% if message %}

{{ message }}

{% endif %} {% if errors %}

Errors occurred while importing the data:

{% endif %}
{% csrf_token %}
{% endblock %}