{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}
{$get_poll.question}
{if $get_poll.voted eq 'yes'} {$option.text} {else} {$option.text} {/if}
{/foreach}
{$get_poll.total} voted
{/if}