{%= 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].phones || contact_list[i].email_ids) { %}
			{% if(contact_list[i].phone) { %}
				{%= __("Phone") %}: {%= contact_list[i].phone %} ({%= __("Primary") %})
			{% endif %}
			{% if(contact_list[i].mobile_no) { %}
				{%= __("Mobile No") %}: {%= contact_list[i].mobile_no %} ({%= __("Primary") %})
			{% endif %}
			{% if(contact_list[i].phone_nos) { %}
				{% for(var j=0, k=contact_list[i].phone_nos.length; j
			{% if(contact_list[i].email_id) { %}
				{%= __("Email") %}: {%= contact_list[i].email_id %} ({%= __("Primary") %})
			{% endif %}
			{% if(contact_list[i].email_ids) { %}
				{% for(var j=0, k=contact_list[i].email_ids.length; j
		{% if (contact_list[i].address) { %}
			{%= __("Address") %}: {%= contact_list[i].address %}
		{% endif %}
		
{%= __("No contacts added yet.") %}
{% } %}