{% extends "ui/templates/base/layout.html" %} {% block content %}

Marketplace Leads

Public/service leads that can be assigned to Audit Firms and converted into clients.

View Leads {% if can_create %}New Lead{% endif %} Public Lead Form
Visible Leads
{{ total }}
New
{{ leads|selectattr('status','equalto','NEW')|list|length }}
Assigned
{{ leads|selectattr('status','equalto','ASSIGNED')|list|length }}
Converted
{{ leads|selectattr('status','equalto','CONVERTED')|list|length }}

Recent Leads

{% for row in leads %} {% else %}{% endfor %}
LeadServiceStatusContact
{{ row.lead_no }}
{{ row.lead_name }}
{{ row.service_requested }}{{ row.status }}{{ row.mobile or row.email or '-' }}Open
No leads found.
{% endblock %}