#include "inc/head.html"/>
${currChannel.name}
<@questionOne id='${questionid!""}' ; question,answerList>
${question.name!""}
选项 | 选择次数 | 占比 |
<#list answerList as answer>
${answer.name!""} | ${answer.selectnum!0} | ${((answer.selectnum!0)/(question.selectnum!1))?string.percent} |
#list>
@questionOne>
<#include "inc/foot.html"/>