{% 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:

phone, name, email, tags

Only phone is required. Tags should be comma-separated within the cell.

{% csrf_token %}
{% endblock %}