{% extends "admin/base_site.html" %} {% block title %}Bulk import{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Bulk import

{% if status %}

{{ status }}

{% endif %} {% if CRM_LEAD_IMPORT_FUNCTION %} {% if users %}
{% endif %} {% else %}

You do not have an external system set up for data import.

This can be configured in with the 'CRM_LEAD_IMPORT_FUNCTION' constant in 'settings.py'.

{% endif %} {% endblock %}