<#if test="${notequals(cint(vote.id), 0)}">

${vote.title}


<#if test="${notequals(vote.item.count, 0)}"> <#foreach collection="${vote.item}" var="field" index="i"> <#if test="${equals(cint(vote.type), 1)}"> <#else> <#/if> <#/foreach> <#/if>
[查看结果] <#/if>