{extends file='page.tpl'} {block name="header"} {if $admin} {/if} {/block} {block name=main} {* Messages *} {include 'part/messages.tpl'} {if !$accessGranted && !$resultPubliclyVisible} {include 'part/password_request.tpl' active=$poll->active} {else} {* Global informations about the current poll *} {include 'part/poll_info.tpl' admin=$admin} {* Information about voting *} {if $expired}
{t('studs', 'The poll has expired, it will soon be deleted.')}
{t('studs', 'Deletion date:')} {$deletion_date|date_format_intl:DATE_FORMAT_SHORT|html}