{extends file='page.tpl'} {block name="header"} {/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}
{__('studs', 'The poll is expired, it will be deleted soon.')}
{__('studs', 'Deletion date:')} {$deletion_date|date_format:$date_format['txt_short']|html}