{literal} {/literal}
{'mypolls_list_lnk_modify_parent'|@translate}
 
{'mypolls_options_view'|@translate}
{'mypolls_cm_nfo'|@translate}

{$datas.MYPOLLS_ATT_TITLE} 




{if isset($questions) and count($questions)} {foreach from=$questions key=name item=question}
{'mypolls_cm_question'|@translate} #{$question.NUMQUESTION}

{$question.DESCRIPTION} 

{if $question.NBVOTES != ""} {/if} {if isset($question.answers) and count($question.answers)} {foreach from=$question.answers key=name3 item=answer} {if $answer.NBANSWERS != ""} {/if} {/foreach} {/if}
{'mypolls_cm_answer'|@translate}{$question.NBVOTES}{'mypolls_result_pct'|@translate}
{$answer.NUMANSWER} {$answer.ANSWER}{$answer.NBANSWERS}{$answer.PCT}
{/foreach} {/if}
{'mypolls_voter_list'|@translate}
{'mypolls_comment_list'|@translate}