Contacts - {% if show_pageitems %} {% show_pageitems %}{% else %}
{{contact_obj_list|length}}{% endif %}
S.no | Name | Assigned To | City | State | Created On | Actions |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{contact.first_name}} {{contact.last_name}} |
{% with contact_users=contact.get_team_and_assigned_users %}
{% for user in contact_users %}
{% if user.profile_pic %}
{% thumbnail user.profile_pic "40x40" crop="center" as im %}
![]() |
{% if contact.address.city %} {{contact.address.city}} {% else %} Not Specified {% endif %} | {% if contact.address.state %} {{contact.address.state}} {% else %} Not Specified {% endif %} | {{contact.created_on_arrow}} | {% if request.user == contact.created_by or request.user.role == "ADMIN" or request.user.is_superuser %} {% endif %} |
No Contact Records Found
{%endifequal%}
{% show_pages %}