{% extends 'layout/default.html' %} {% load i18n %} {% block title %}{% translate "Lead List" %}{% endblock %} {% block breadcumbheading %} {% translate "Manage Leads" %} {% endblock %} {% block breadcumbfirst %} Manage Leads {% endblock %} {% block breadcumbaddmore %}
| ID | Lead Info | CONTACT | Lead Source | Business Type | Products | Last Note | Note | Actions |
|---|---|---|---|---|---|---|---|---|
|
{% if customer.company_name %}{{ customer.company_name }} {% endif %}{{ customer.first_name }} {{ customer.last_name }} |
{{ customer.work_phone }} {{ customer.mobile }} {{ customer.email }} {% if customer.geolocation != 'https://www.google.com/maps/search/?api=1&query=%2C%20%2C%20%20%2C%20Australia' %} {% if customer.street %} {{customer.street}}, {% endif%} {% if customer.city %} {{customer.city}}, {% endif%} {% if customer.state %} {{customer.state}}, {% endif%} {% if customer.country %} {{customer.country}}, {% endif%} {% if customer.post_code %} {{customer.post_code}}, {% endif%} {% endif %} |
{% if customer.lead_source %} {{ customer.get_lead_source_display }} {% endif %} | {% if customer.business_type %} {{ customer.get_business_type_display }} {% endif %} |
{% if customer.products %}
{% for product in customer.product_objects %}
{{ product.product_name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% else %} - {% endif %} |
{% if customer.note_history %} {% endif %} | {% if customer.customer_id == None %} {% else %} Lead Converted {% endif %} {% if customer.note_history %} {% endif %} | {{ customer.created_at|date:'d-m-Y h:i:s A' }} Select |