From 224c2ddaf4b9a9ff4406e1d4d8764a5c09bf08a0 Mon Sep 17 00:00:00 2001
From: Himanshu Warekar
- {% 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 %}
- {% } %}
+ {% if(contact_list[i].phone) { %}
+ {%= __("Phone ") %}: {%= contact_list[i].phone %}
+ {% endif %}
+ {% if(contact_list[i].phones) { %}
+ {% for(var j=0, k=contact_list[i].phones.length; j
+ {% if(contact_list[i].email_id) { %}
+ {%= __("Email ") %}: {%= contact_list[i].email_id %}
+ {% endif %}
+ {% if(contact_list[i].email_ids) { %}
+ {% for(var j=0, k=contact_list[i].email_ids.length; j
{% if(contact_list[i].phone) { %}
- {%= __("Phone ") %}: {%= contact_list[i].phone %}
{% if(contact_list[i].email_id) { %}
- {%= __("Email ") %}: {%= contact_list[i].email_id %}
+ {%= __("Phone ") %}: {%= contact_list[i].phone %} ({%= __("Primary") %})
{% endif %}
{% if(contact_list[i].phone_nos) { %}
{% for(var j=0, k=contact_list[i].phone_nos.length; j
+ {%= __("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
+ {%= __("Address ") %}: {%= contact_list[i].address %}
+ {% if (contact_list[i].city) { %}
+ , {%= contact_list[i].city %}
+ {% endif %}
+ {% if (contact_list[i].state) { %}
+ , {%= contact_list[i].state %}
+ {% endif %}
+ {% if (contact_list[i].country) { %}
+ , {%= contact_list[i].country %}
+ {% endif %}
+
{% endif %}
{% } %}
From 9057239c3c92228ba0b957e47b73cc9e01de7891 Mon Sep 17 00:00:00 2001
From: Himanshu Warekar
{% if (contact_list[i].address) { %}
{%= __("Address ") %}: {%= contact_list[i].address %}
{% endif %}
+
{% if (contact_list[i].address) { %}
- {%= __("Address ") %}: {%= contact_list[i].address %}
+ {%= __("Address") %}: {%= contact_list[i].address %}
{% endif %}
{% if(contact_list[i].phone) { %}
- {%= __("Phone ") %}: {%= contact_list[i].phone %} ({%= __("Primary") %})
{% if(contact_list[i].email_id) { %}
- {%= __("Email ") %}: {%= contact_list[i].email_id %} ({%= __("Primary") %})
+ {%= __("Phone") %}: {%= contact_list[i].phone %} ({%= __("Primary") %})
{% endif %}
{% if(contact_list[i].phone_nos) { %}
{% for(var j=0, k=contact_list[i].phone_nos.length; j
+ {%= __("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