Yes Done!!!
This is solution!
Thanks!
Try
{$oi.amount}which will give you the purchased quantity (but it already shows that). If you want the amount that is currently in inventory (after this order) then you'll most likely have to do something like this:
{assign var="inventory_amount" value=$oi.product_id|fn_get_product_amount} {$inventory_amount}