diff --git a/erpnext/public/js/templates/contact_list.html b/erpnext/public/js/templates/contact_list.html
index 765ddf802da..abaadff0c18 100644
--- a/erpnext/public/js/templates/contact_list.html
+++ b/erpnext/public/js/templates/contact_list.html
@@ -1,20 +1,23 @@
-
+
{% for(var i=0, l=contact_list.length; i
- {%= i+1 %}. {%= contact_list[i].first_name %} {%= contact_list[i].last_name %}
- {% if(contact_list[i].is_primary_contact) { %}
- ({%= __("Primary") %})
- {% } %}
- {% if(contact_list[i].designation){ %}
- – {%= contact_list[i].designation %}
- {% } %}
-
- {%= __("Edit") %}
-
+ -
+ {%= contact_list[i].first_name %} {%= contact_list[i].last_name %}
+ {% if(contact_list[i].is_primary_contact) { %}
+ ({%= __("Primary") %})
+ {% } %}
+ {% if(contact_list[i].designation){ %}
+ – {%= contact_list[i].designation %}
+ {% } %}
+
+ {%= __("Edit") %}
+
+
+
{% if(contact_list[i].phone) { %}
@@ -29,6 +32,7 @@
{% } %}
+
{% if(!contact_list.length) { %}
{%= __("No contacts added yet.") %}
-{% } %}
+{% } %}
\ No newline at end of file