{% extends 'crm/base.html' %} {% load static %} {% block title %} Contacts {% endblock %} {% block extra_css %} {% endblock %} {% block body_no_container %}
{% include 'crm/contacts/includes/search-section.html' %}
Contacts found
Personal View
Corporate View
Export
Select all
Revenue
$ [[ contact.revenue ]]
Years in business
[[ contact.years_in_business ]] years
[[ contact.unit ]]
[[ contact.company_name ]]
Location
[[ contact.location ]]
NAICS Code
[[ contact.naics ]]
x
Hello! How can I help you?
Sasha Burton, 18:21
[[contact.name]]
[[contact.company_name]]
[[contact.location]]
[[contact.email]]
{% endblock %} {% block extra_js %} {{ block.super }} {% endblock extra_js %}