<{foreach item=option from=$poll.options}> <{/foreach}>
<{$poll.question}>
<{$poll.end_text}>
<{$option.text}> <{$option.image}> <{$option.percent}>
<{$poll.totalVotes}>
<{$poll.totalVoters}>
<{$poll.vote}>

<{$commentsnav}> <{$lang_notice}>
<{if $comment_mode == "flat"}> <{include file="db:system_comments_flat.html"}> <{elseif $comment_mode == "thread"}> <{include file="db:system_comments_thread.html"}> <{elseif $comment_mode == "nest"}> <{include file="db:system_comments_nest.html"}> <{/if}>