[@cms_vote] [#if !tag_bean??]
没有默认投票主题
[#else]

${tag_bean.title?html}

${tag_bean.description?html}

[#list tag_bean.subtopics as subTopic]

${subTopic_index+1}、${subTopic.title?html}

[#if subTopic.isRadio] [#list subTopic.voteItems as item] ${item_index+1}.${item.title?html} [/#list] [/#if] [#if subTopic.isMulti] [#list subTopic.voteItems as item] ${item_index+1}.${item.title?html} [/#list] [/#if] [#if subTopic.isText] [/#if]
[/#list]
查看投票结果
[/#if] [/@cms_vote]