{extends 'layout_view.tpl'} {block name="title"} {title}{$title|escape}{/title} {/block} {block name="content"} {if $status neq 'DONE'}
{if $do eq 'approve'} {tr}Are you sure you want to approve this comment?{/tr} {else} {tr}Are you sure you want to reject this comment?{/tr} {/if}
{/if} {/block}