{if $can_delete}[`Delete`]{else}[`Error`]{/if}
{if $can_delete}
{_w('%d product will be deleted without the ability to restore.', '%d products will be deleted without the ability to restore.', $count)}
[`After you delete a product, all its sales reports, cross-selling data, and links to orders will be lost with the possibility to restore.`]
{else}
{_w('Insufficient access rights to delete selected products.')}
{/if}