{% extends 'layout/default.html' %} {% load i18n %} {% load querystring %} {% block title %}{% translate "Lead List" %}{% endblock %} {% block breadcumbheading %} {% translate "Manage Leads" %} {% endblock %} {% block breadcumbfirst %} Manage Leads {% endblock %} {% block breadcumbaddmore %}
| Lead Info | CONTACT | Sales Agent | Business Type | Products | Status | 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.facebook %} {% endif %} {% if customer.instagram %} {% endif %} {% if customer.linkedin %} {% endif %} |
{% if customer.assigned_to_id %} {{ customer.assigned_to.userinfo.first_name }} {{ customer.assigned_to.userinfo.last_name }} {% 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.demo_date != None %}
Demo Scheduled {{customer.demo_date|date:'d-m-Y'}} {{ customer.demo_time|date:'h:i:s A' }} {% if customer.get_status_display == 'Closed Won' or customer.get_status_display == 'Closed Lost' %} Quoted {% endif %} {% endif %} {% if customer.get_status_display != 'Demo Scheduled' %} {{customer.get_status_display }} {% endif %} {% if customer.status is not 7 and customer.status is not 8 %} {% endif %} |
{% if customer.customer_id == None %}
{% else %}
Lead Converted
{% endif %}
{% if customer.note_history %}
{% endif %}
{% if customer.has_any_pdf_sent %}
|
{{ customer.created_at|date:'d-m-Y h:i:s A' }} Select |