{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% trans "Excel" %}

{% trans "Import contacts from a Excel file." %}
{% trans "Columns are [email][first name][last name][tags]." %}
{% trans "All columns are optionnal excepting the email." %}

{% csrf_token %}

{% trans "Text" %}

{% trans "Import contacts from a text file, or a CSV file." %}
{% trans "Columns are [email][first name][last name][tags], splitted by a dot coma." %}
{% trans "All columns are optionnal excepting the email." %}

{% csrf_token %}

{% trans "VCard" %}

{% trans "Import contacts from your favorite mail client, by providing a VCard file." %}

{% csrf_token %}

{% trans "Raw text" %}

{% trans "Columns are [email][first name][last name][tags], splitted by a dot coma." %}
{% trans "All columns are optionnal excepting the email." %}

{% endblock %}