<#include "/apps/business/contacts/include/left.html">

全部联系人
<#if ckind??> <#if ckind??>
<#if user?? && (user.roleAuthMap[ "A02_A01_A02_B05"]?? || user.admin)> <#if user?? && (user.roleAuthMap[ "A02_A01_A02_B08"]?? || user.admin)>
<#if user?? && (user.roleAuthMap[ "A02_A01_A02_B09"]?? || user.admin)>

<#include "/apps/business/contacts/top.html">
<#if contactsList?? && contactsList.content?? && contactsList.content?size gt 0> <#list contactsList.content as contacts> <#else>
联系人姓名 手机 邮件 性别 生日 类型 所有者 操作

${contacts.name!''}

${contacts.mobileno!''}

${contacts.email!''}

<#if contacts.gender?? && contacts.gender=='1'>男 <#if contacts.gender?? && contacts.gender=='0'>女 <#if contacts.gender?? && contacts.gender=='-1'>未知 ${contacts.cusbirthday!''}

${uKeFuDic[contacts.ckind!''].name!''}

<#if contacts.user??>${contacts.user.username!''}

<#if approachable?? && approachable?seq_contains(contacts.id)> 聊天 <#else> 聊天 详情 <#if user?? && (user.roleAuthMap[ "A02_A01_A02_B06"]?? || user.admin)> 编辑 <#if user?? && (user.roleAuthMap[ "A02_A01_A02_B07"]?? || user.admin)> 删除
还没有联系人信息