{% extends "adminpanel/base.html" %} {% load money %} {% block title %}Leads — admin{% endblock %} {% block heading %}Leads{% endblock %} {% block content %}
Total leads
{{ counts.total }}
all time
New
{{ counts.new }}
not yet contacted
In progress
{{ counts.progress }}
quoted or talking
Won
{{ counts.won }}
converted

Leads

{{ leads|length }} shown
{% for l in leads %} {% empty %}{% endfor %}
LeadProjectBudgetTimelineReceivedStatus
{{ l.name }}
{{ l.company|default:l.reference }}
{{ l.project_type }}{{ l.budget }}{{ l.timeline }} {{ l.created_at|date:"j M Y" }} {{ l.get_status_display }}
No leads match that filter.
{% endblock %}