[@cms_vote] [#if !tag_bean??]
没有默认投票主题
[#else]
[#if tag_bean.description??] [/#if] [#list tag_bean.subtopics as subTopic] [#if subTopic.isRadio] [/#if] [#if subTopic.isMulti] [/#if] [#if subTopic.isText] [/#if] [/#list]

${tag_bean.title?html}

${tag_bean.description?html}

${subTopic_index+1}、${subTopic.title?html}
[#list subTopic.voteItems as item] ${item_index+1}.${item.title?html} [/#list]
[#list subTopic.voteItems as item] ${item_index+1}.${item.title?html} [/#list]

查看投票结果

[/#if] [/@cms_vote]