{include file="delete_product.tpl.js"} {$STATUSMSG}
{$product.prod_code|wash} - {$product.prod_name|wash} {if ($perm_products)} [ {t}Delete{/t} | {t}Edit{/t} ] {else}   {/if}
{t}Product code{/t}: {$product.prod_code|wash}
{t}Product name{/t}: {$product.prod_name|wash}
{t}Price{/t}: {$product.prod_price|wash}
{t}Daily consumption{/t}: {$product.prod_consumption|wash}
{t}Stock{/t}: {$product.prod_stock|wash}
{t}Category{/t}: {$product.prcat_title|wash|default:" "}
{t}Created{/t}: {$product.prod_created|date_format:$smarty.const.PHPAGA_DATETIMEFORMAT_LONG|default:" "}
{t}Last modified{/t}: {$product.prod_lastmod|date_format:$smarty.const.PHPAGA_DATETIMEFORMAT_LONG|default:" "}