Minimum Maximum Qty

Hello,

does this code print out the minimum and maximum allowed quantity to order in product page ?

products_qty.tpl

{if $product.max_qty}
{if ($product.min_qty)} {__("allow_qty")}: {$product.min_qty} - {$product.max_qty} {__("items")} {else} {__("allow_qty")}: {$product.quantity} {$product.max_qty} {__("qty_at_most")} {__("items")} {/if}
{/if}

because in cs-cart demo it shows only minimum allowed not maximum, maximum appear as notification while you try adding.