<{$poll.question}> |
<{$poll.end_text}>
|
<{foreach item=option from=$poll.options}>
<{$option.text}>
|
<{$option.image}> <{$option.percent}>
|
<{/foreach}>
<{$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}>