{% 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 %} {% endblock %} {% block content %}

Lead List

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Reset
{% if customers %} {% for customer in customers %} {% endfor %}
ID Lead Info CONTACT Address Preview Lead Created Note Actions
{% if customer.company_name %}{{ customer.company_name }}
{% endif %}{{ customer.first_name }} {{ customer.last_name }}
{% if customer.geolocation != 'https://www.google.com/maps/search/?api=1&query=%2C%20%2C%20%20%2C%20Australia' %} {% endif %} Select
{% else %} No Record Found. {% endif %}
{% endblock content %} {% block script %} {% endblock script%}