<div style='text-align: center; margin: 3px;'>
<table width="60%" class="outer" cellspacing="1">
<tr>
<th colspan="2"><{$poll.question}></th>
</tr>
<tr>
<td class="head" align="right" colspan="2">
<{$poll.end_text}>
</td>
</tr>
<{foreach item=option from=$poll.options}>
<tr>
<td class="even" width="30%" align="left">
<{$option.text}>
</td>
<td class="odd" width="70%" align="left">
<{$option.image}> <{$option.percent}>
</td>
</tr>
<{/foreach}>
<tr>
<td class="foot" colspan="2" align="center">
<{$poll.totalVotes}><br /><{$poll.totalVoters}><br /><{$poll.vote}>
</td>
</tr>
</table>
</div>
<br />
<div style="text-align:center; padding: 3px; margin:3px;">
<{$commentsnav}>
<{$lang_notice}>
</div>
<div style="margin:3px; padding: 3px;">
<!-- start comments loop -->
<{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}>
<!-- end comments loop -->
</div>