{% extends "admin/base_site.html" %} {% load i18n adminmedia %} {% 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 "First columns must be 'email'. Other column will be insert as extra_fields." %}

{% trans "TXT o CSV" %}

{% trans "Import contacts from a Text o CSV file." %}
{% trans "First columns must be 'email'. Other column will be insert as extra_fields." %}

{% comment %}
{% csrf_token %}

{% trans "Text" %}

{% trans "Import contacts from a text file, or a CSV file." %}
{% trans "First columns must be 'email'. Other column will be insert as extra_fields." %}

{% csrf_token %}

{% trans "VCard" %}

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

{% endcomment %}
{% endblock %}