{if isset($badge)} {$badge} {/if} {if !isset($display_reviews)} {if !isset($priceDisplayPrecision)} {assign var='priceDisplayPrecision' value=2} {/if}
{$product->name|escape:'htmlall'}
{if !empty($product->manufacturer_name)}{$product->manufacturer_name|escape:'htmlall'}
{/if} {if !empty($product->meta_description)}{$product->meta_description|escape:'htmlall'|truncate:60:"..."}
{/if} {if !empty($product->category)}{l s='Category' mod='ekomi'} : {$product->category}
{/if} {if (!empty($product->ean13) || !empty($product->upc))} {l s='Product GTIN' mod='ekomi'} : {if !empty($product->ean13)} {$product->ean13}
{elseif !empty($product->upc)} {$product->upc}
{/if} {if !empty($product->reference)} {l s='Product Ref' mod='ekomi'} : {$product->reference}
{/if} {/if} {l s='Price' mod='ekomi'} : {$product->getPrice(true, $smarty.const.NULL, $priceDisplayPrecision)} {$currencySign|html_entity_decode:2:"UTF-8"}
{l s='Stock:' mod='ekomi'} {if $product->quantity > 0 || $product->stockManagement == 1} {l s='In Stock' mod='ekomi'}
{else} {l s='Out of Stock' mod='ekomi'} {/if}

{if $count} {l s='Rating(s) and review(s)' mod='ekomi'} : {section name="stars" loop=$rating} {/section}
{l s='Average:' mod='ekomi'} {$rating|round:"1"} / 5
{if !empty($count)}{l s='Based on' mod='ekomi'} {$count} {l s='rating(s)' mod='ekomi'}{/if} {if !empty($count)}{l s='and' mod='ekomi'}{else}{l s='Based on' mod='ekomi'} {/if} {$count} {l s='user review(s)' mod='ekomi'}.
{/if}
{/if}