{extends 'layout_view.tpl'} {block name="title"} {title}{$title|escape}{/title} {/block} {block name="content"} {if $status neq 'DONE'}
{if $confirmation_message} {tr}{$confirmation_message}{/tr} {elseif $status eq "o"} {tr _0="{$item_label}"}Are you sure you want to set this %0 to "open"?{/tr} {elseif $status eq "p"} {tr _0="{$item_label}"}Are you sure you want to set this %0 to "pending"?{/tr} {elseif $status eq "c"} {tr _0="{$item_label}"}Are you sure you want to set this %0 to "closed"?{/tr} {/if}