{extends 'admin/admin_page.tpl'} {block 'admin_main'}
{if $poll_to_delete}

{__('adminstuds\\Confirm removal of the poll')} "{$poll_to_delete->id|html}"

{/if}
{$polls|count} / {$count} {__('Admin\\polls in the database at this time')}
{foreach $polls as $poll} {if strtotime($poll->end_date) > time()} {else} {/if} {/foreach}
{__('Admin\\Title')} {__('Admin\\Author')} {__('Admin\\Email')} {__('Admin\\Expiration date')} {__('Admin\\Users')} {__('Admin\\Poll ID')} {__('Admin\\Actions')}
{if $poll->format === 'D'} {__('Generic\\Date')} {else} {__('Generic\\Classic')} {/if} {$poll->title|html} {$poll->admin_name|html} {$poll->admin_mail|html}{date('d/m/y', strtotime($poll->end_date))}{strtotime($poll->end_date)|date_format:'d/m/Y'}{$poll->votes|html} {$poll->id|html} {__('Admin\\See the poll')} {__('Admin\\Change the poll')}
{__('Admin\\Pages:')} {for $p=1 to $pages} {if $p===$page} {$p} {else} {$p} {/if} {/for}
{/block}