<tr>
<td class="row1" width="50%">
{if {$ShowVote}}
{$answers}
{else}
{if {$Info['close_poll_subject']} == '0'}
{if {$_CONF['group_info']['vote_poll']} == 1}
<input type="radio" name="answer" value="{$answers_number}">
{/if}
{/if}
{$answers}
{/if}
</td>
<td class="row1" width="40%">
<img src="{$image_path}/bar_right.gif" alt="" width="4" height="11"><img src="{$image_path}/bar.gif" alt="" width="{$Vote}" height="11"><img src="{$image_path}/bar_left.gif" alt="" width="4" height="11">
</td>
<td class="row1" width="12%" align="center">
{$lang['votes']} {$Vote}
</td>
</tr>