{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=pollview title=$locale->tr("PluginViewPollsTitle")}
{include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"} {if !$polls} {else} {foreach from=$polls item=poll} {/foreach} {/if}
{$locale->tr("Delete")} {$locale->tr("ActivatePoll")} {$locale->tr("Query")} {$locale->tr("Responses")}
getActive() eq 'Y'}checked{/if}/> {$poll->getSubject()} {assign var="votecount" value=$poll->getResponseData()} {foreach name=respview from=$poll->getResponses() item=resp} {assign var="interi" value=$smarty.foreach.respview.iteration-1} {/foreach}
{$resp} {$votecount[$interi]}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}