{% extends "django_meta_whatsapp/base.html" %} {% block title %}Import Contacts{% endblock %} {% block page_title %}Import Contacts{% endblock %} {% block content %}

Upload CSV File

Expected CSV columns:

Sample CSV
phone, name, email, labels

Only phone is required. Labels should be comma-separated within the cell. Existing labels are preserved and new ones appended.

{% csrf_token %}
{% endblock %}