{title}[[Online Poll Results]]{/title}
[[Online Poll Results]]
{foreach from=$questions item=question}

{$question.title}

{foreach from=$question.answers item=answer} {/foreach}
{$answer.title} {$answer.rate} %   [[votes]]: {$answer.counter}
[[Total votes]]: {$question.total_votes}
{if $question.total_votes} {else}

[[No votes available at this time]]

{/if}
{/foreach}