{% for(var i=0, l=contact_list.length; i

{%= 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 {% } %} {% endif %}

{% 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 {% } %} {% endif %}

{% endif %}

{% if (contact_list[i].address) { %} {%= __("Address") %}: {%= contact_list[i].address %}
{% endif %}

{% } %} {% if(!contact_list.length) { %}

{%= __("No contacts added yet.") %}

{% } %}