{% 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 | Address Preview | Lead Created | 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' %} {% endif %} | {{ customer.created_at|date:"d-m-Y h:i:s A" }} | Select |