<{foreach item=poll from=$block.polls}>
<{if ($poll.has_expired OR $poll.has_voted>0)}> <{foreach item=option from=$poll.options}> "> <{/foreach}> <{else}> <{foreach item=option from=$poll.options}> "> <{/foreach}> <{/if}> <{if ($poll.has_expired OR $poll.has_voted>0)}> <{else}> <{/if}> <{if ($poll.has_expired)}> <{else}> <{/if}> <{if ($poll.comment_mode>0)}> <{/if}>
<{$poll.question}>
<{$option.text}> <{$option.image}> <{$option.percent}> (<{$option.count}>)
/modules/xoopspoll/images/colorbars/<{$option.color}> height=14 width=<{$option.percent}>>
<{$option.text}>
<{$poll.totalVotes}>
<{$block.lang_expired}> <{$poll.end_time}><{$block.lang_expires}> <{$poll.end_time}>
<{if ($poll.comments == 1)}> <{$poll.comments}> <{$block.lang_comment}> <{elseif ($poll.comments > 1)}> <{$poll.comments}> <{$block.lang_comments}> <{else}> <{$block.lang_comments}>? <{/if}>
<{/foreach}>