<#include "/apps/agent/channel/phone.html">
<#if curagentuser.name??>
-
姓名:
${curagentuser.name!''}
<#if curagentuser.phone??>
-
电话:
${curagentuser.phone!''}
#if>
<#if curagentuser.email??>
-
邮件:
${curagentuser.email!''}
#if>
<#if curagentuser.resion??>
-
来访原因:
${curagentuser.resion!''}
#if>
#if>
<#if curAgentService?? && curAgentService.trans?? && curAgentService.trans>
-
转接:
<#if curAgentService.transtime??>
-
转接时间:
${curAgentService.transtime?string("yyyy-MM-dd HH:mm:ss")}
#if>
<#if curAgentService.transmemo??>
-
转接附言:
${curAgentService.transmemo!''}
#if>
#if>