[#if data.DATALIST?? && data.DATALIST?size>0] [#list data.DATALIST as order]
${order_index+1}. [#if type==1] ${order.title} [#else] ${order.title} [/#if]
${order.content}
[/#list] [#else]
[/#if]