{title}{tr}Stats for survey:{/tr} {$survey_info.name}{/title}
| {$channels[ix].question|escape|nl2br} | |||
|---|---|---|---|
| {tr}Votes:{/tr} | {$channels[ix].votes} | ||
| {tr}Average:{/tr} | {$channels[ix].average|string_format:"%.2f"} | ||
| {tr}Votes:{/tr} | {$channels[ix].votes} | ||
| {tr}Average:{/tr} | {$channels[ix].average|string_format:"%.2f"}/10 | ||
|
{if $channels[ix].qoptions[jx].uservoted}{icon name='user' alt="{tr}User voted{/tr}"}{/if}
{if $channels[ix].type eq 'g'}
{thumb _id=$channels[ix].qoptions[jx].qoption _max=40 name='thumb' style='margin:3px;'}
{fileinfo _id=$channels[ix].qoptions[jx].qoption _field='name' _link='thumb'}
{elseif !$channels[ix].qoptions[jx].qoption}
({tr}no answer{/tr})
{else}
{$channels[ix].qoptions[jx].qoption}
{/if}
{fileinfo _id=$channels[ix].qoptions[jx].qoption _field='description'} |
{$channels[ix].qoptions[jx].votes} | {$channels[ix].qoptions[jx].average|string_format:"%.2f"}% | {quotabar length=$channels[ix].qoptions[jx].width} |