<#assign title="预定记录"/> <#include "/cust/frag.head.ftl" />

${title}

<#if (orderList?size<=0)>
暂无数据
<#list orderList as v>
${v.placeName} - ${v.roomName}
${v.customerName} (${v.customerNumber}人)
${v.customerTel}
${v.arrivalAt.toString('YYYY-MM-DD HH:mm')}
<#if v.beUse != 'U'>

<#include "/cust/frag.foot.ftl" />