<% if(item.name) {%>

<%- item.name %>

<% } %> <% if(item.job) {%> <%- item.job %><% if(item.company) {%> , <% } %> <% } %> <% if(item.company) {%> <%- item.company %> <% } %>
<% if(_.isArray(item.phone) && item.phone.length > 0) {%> <% _.each(item.phone,function(phone){ %> <% }) %> <% } %> <% if(_.isArray(item.group) && item.group.length > 0) {%> <% } %> <% if(_.isArray(item.mail) && item.mail.length > 0) {%> <% } %> <% if(_.isArray(item.address) && item.address.length > 0) {%> <% } %> <% if(item.remark) {%> <% } %>
  <%- phone.type %> <%- phone.value %>  
  <%= lang.label_group %> <%- item.group.join(",") %>  
  <%= lang.label_mail %> <% _.each(item.mail,function(email){ %>
<%- email.value %>
<% }) %>
 
  <%= lang.label_address %> <% _.each(item.address,function(address){ %>
<%- address %>
<% }) %>
 
  <%= lang.label_note %>
<%- item.remark %>