LALALLA{$get_po.question}LALALAL {if $get_poll.question eq true} {foreach from=$get_poll.options item=option name=poll_option} {/foreach}
{$get_poll.question}
{if $get_poll.voted eq 'yes'} {$option.text} {else} {$option.text} {/if}
{math equation="(x/y)*100" format="%.1f" x=$option.number y=$get_poll.total}%
{$get_poll.total} voted
{/if}