{foreach from=$datas.question key=name item=question}
{"mypolls_cm_question"|@translate} #{$question.NUMQ}/{$question.NBQ}

{$question.DESCRIPTION}

{"mypolls_cm_answer"|@translate} {$question.ANSNFO}
    {foreach from=$question.answers key=qname item=qvalue}
  1. {/foreach}
{/foreach} {if isset($datas.NEXTQUESTION) and $datas.NEXTQUESTION!=""} {/if} {if isset($datas.LASTQUESTION) and $datas.LASTQUESTION=='y'} {if isset($datas.ALLOWCOMMENT) and $datas.ALLOWCOMMENT=='y'}


{"mypolls_put_comment"|@translate}

{/if} {/if}