{layout @admin.html} {block content}

{_'polls.results'}

{$poll->topic}

{foreach $poll->voteOptions as $voteOption} {$voteOption->title} ({='polls.n_votes'|translate:($voteOption->votes)})
{percentage($voteOption->votes)|number:1}%
{/foreach}

{='polls.totalvotes'|translate:totalVotes()}

{if $canUpdate}{_'polls.clear_results'}{/if} {_'back'}
{/block}