{% 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].phone || contact_list[i].mobile_no || contact_list[i].email_id) { %}

{% if(contact_list[i].phone) { %} {%= __("Phone") %}: {%= contact_list[i].phone %}
{% } %} {% if(contact_list[i].mobile_no) { %} {%= __("Mobile No.") %}: {%= contact_list[i].mobile_no %}
{% } %} {% if(contact_list[i].email_id) { %} {%= __("Email Address") %}: {%= contact_list[i].email_id %} {% } %}

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

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

{% } %}