?
<#if areas?exists && areas?size gt 0> <#assign dy=0> <#list areas?if_exists as area> <#assign dy=dy+1> <#if dy=10> <br> <#assign dy=0> </#if> <input type="checkbox" value="${area.qydm?if_exists}" name="gldss" <#list item.glds?if_exists?split("|") as gld> <#if (area.qydm?if_exists?trim) = (gld?if_exists?trim)>checked</#if> </#list>> ${area.qymc?if_exists} </#list> <#else> 暂无地市记录 </#if>
?