{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}