{% extends "balafon/bs_base.html" %} {% load i18n floppyforms %} {% block extra_head %} {{block.super}} {{form.media}} {% endblock %} {% block document_content %}

{% trans "Import contacts" %}

{% csrf_token %}
{% url "crm_contacts_import_template" as template_url %} {% blocktrans %}You can create contacts and entities by importing a csv file. For example, the csv file can be created by exporting your address book in Thunderbird or Outlook.

Then you need to adapt the content of this file to match the import format. Download this template file to get the expected format.

Finally, update your file and define the settings for the import. {% endblocktrans %}
{% include "bs/form_fields.html" %}
{% endblock %}