{block name='product_reference'} {if isset($product_manufacturer->id)}
{if isset($manufacturer_image_url)} {else} {$product_manufacturer->name} {/if}
{/if} {if isset($product.reference_to_display) && $product.reference_to_display neq ''}
{$product.reference_to_display}
{/if} {/block} {block name='product_quantities'} {if $product.show_quantities}
{$product.quantity} {$product.quantity_label}
{/if} {/block} {block name='product_availability_date'} {if $product.availability_date}
{$product.availability_date}
{/if} {/block} {block name='product_out_of_stock'}
{hook h='actionProductOutOfStock' product=$product}
{/block} {block name='product_features'} {if $product.grouped_features}

{l s='Data sheet' d='Shop.Theme.Catalog'}

{foreach from=$product.grouped_features item=feature}
{$feature.name}
{$feature.value|escape:'htmlall'|nl2br nofilter}
{/foreach}
{/if} {/block} {* if product have specific references, a table will be added to product details section *} {block name='product_specific_references'} {if !empty($product.specific_references)}

{l s='Specific References' d='Shop.Theme.Catalog'}

{foreach from=$product.specific_references item=reference key=key}
{$key}
{$reference}
{/foreach}
{/if} {/block} {block name='product_condition'} {if $product.condition}
{$product.condition.label}
{/if} {/block}