BRUMBRUM {if $poll_id eq true}{get_poll poll_id=$poll_id} {else}{get_poll}{/if} {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}