{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% if not is_popup %}
{% trans "Import contacts from a Excel file." %} {% trans "Columns are [email][first name][last name][tags]." %} {% trans "All columns are optionnal excepting the email." %}
{% 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." %}
{% trans "Import contacts from your favorite mail client, by providing a VCard file." %}
{% trans "Columns are [email][first name][last name][tags], splitted by a dot coma." %} {% trans "All columns are optionnal excepting the email." %}