{% extends "base.html" %} {% block title %}Upload Leads CSV{% endblock %} {% block content %} {% if error %}
❌ {{ error }}
{% endif %} {% if success == 1 %}
✅ CSV uploaded successfully!
{% endif %}

Upload a CSV file

Map your spreadsheet columns to lead fields in seconds. We’ll ignore duplicates by email.

Accepted format: UTF-8 CSV with headers: name, email, company

Cancel
{% endblock %}