{include file = "header.html"}

{$title}

{$description}


{section name=options loop=$poll_options} {/section} {section name=total loop=$totals} {/section} {section name=name loop=$results} {section name=color loop=$results[name].choice} {/section} {/section} {section name=values loop=$poll_options} {/section}
 {$poll_options[options].choice}Comments
Total{$totals[total]}
{$results[name]['name']} {if strlen($results[name].other) > 30} {substr($results[name].other, 0, 30)}... {else} {$results[name].other} {/if}

{if $maxselect > 0}

Please check at most {$maxselect} option(s).

{/if}
{include file = "footer.html"}