{include file=header.html}

{$product.name|escape}

{if $product.image}
{/if} {if $product.category_name} {$lang.title_category}:{$product.category_name}
{/if} {$lang.model}:{$product.model}
{if $product.brand_name} {$lang.brands}:{$product.brand_name}
{/if} {if $product.price && $product.price!=0.00} {$lang.price}:{$product.price}
{/if} {if $product.minorder} {$lang.minorder}:{$product.minorder}
{/if} {if $product.abstract} {$lang.product_description}:

{$product.abstract}

{/if}
{$lang.inquiry}

{$footer} {include file=footer.html}