{* $Id$ *} {if $showtitle eq 'y'}
{$poll_info.title|escape}
{/if}
{section name=ix loop=$poll_info.options} {/section}
{if $smarty.section.x.total > 1}{/if} {$poll_info.options[ix].title|escape} {if $smarty.section.x.total > 1}{/if} {quotabar length=$poll_info.options[ix].width} {$poll_info.options[ix].percent}%{if $showtotal ne 'n'} ({$poll_info.options[ix].votes}){/if}

{if $showtotal ne 'n'} {tr}Number of votes:{/tr} {$poll_info.votes}

{/if} {if is_numeric($poll_info.total)} {tr}Total:{/tr} {$poll_info.total}
{tr}Average:{/tr} {math equation="x/y" x=$poll_info.total y=$poll_info.votes format="%.2f"} {/if}