{if isset($post) && $post}

[`Delete post`]

{else}

[`Delete posts`]

{/if}
{if isset($post) && $post}

{$post.title|default:'[`(empty title)`]'|escape|string_format:'[`The post %s will be permanently deleted without the ability to recover. Delete?`]'}

{else}

[`Selected posts will be permanently deleted without the ability to recover. Delete?`]

{/if}