{% extends "base.html" %} {% load static %} {% block title %}Contact Leads{% endblock %} {% block content %}
Inquiries from the contact form, with message details and any UTM attribution. Staff only.
Total in period
New (not contacted)
Contacted
With UTM attribution
Showing {{ lead_count }} lead{% if lead_count != 1 %}s{% endif %}{% if lead_count > 200 %} (first 200){% endif %}.
| When | Name | Subject | Status | Source | Campaign | ||
|---|---|---|---|---|---|---|---|
| {{ lead.created|date:"Y-m-d H:i" }} | {{ lead.name }} | {{ lead.email }} | {{ lead.subject|truncatechars:40 }} | {% if lead.contacted %}Contacted{% else %}New{% endif %} | {{ lead.utm_source|default:"—" }} | {{ lead.utm_campaign|default:"—" }} | Details |
No leads match these filters.
{% endif %}