{extends 'admin/admin_page.tpl'} {block name="header"} {/block} {block 'admin_main'}
{if $poll_to_delete}

{t('adminstuds', 'Confirm removal of your poll')} "{$poll_to_delete->id|html}"

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