<{if $product->hasAttributePrice() && $show_from_prefix}>
<{t}>From<{/t}>
<{/if}>
<{if $product->hasAttributePrice() && !$basket_amount}>
<{if $product->getLowestSalePrice() < $product->getLowestPrice()}>
<{$product->getLowestSalePrice()|number_format:$smarty.capture.decimal_number:$smarty.capture.decimal:$smarty.capture.thousand}>
<{if $show_currency}>
<{$currency|escape}>
<{/if}>
<{$product->getLowestPrice()|number_format:$smarty.capture.decimal_number:$smarty.capture.decimal:$smarty.capture.thousand}>
<{if $show_currency}>
<{$currency|escape}>
<{/if}>
<{else}>
<{$product->getLowestPrice()|number_format:$smarty.capture.decimal_number:$smarty.capture.decimal:$smarty.capture.thousand}>
<{if $show_currency}>
<{$currency|escape}>
<{/if}>
<{/if}>
<{else}>
<{if $sale_price && $show_prev != 'false'}>
<{$price|number_format:$smarty.capture.decimal_number:$smarty.capture.decimal:$smarty.capture.thousand}>
<{if $show_currency}>
<{$currency|escape}>
<{/if}>
<{$normal_price|number_format:$smarty.capture.decimal_number:$smarty.capture.decimal:$smarty.capture.thousand}>
<{if $show_currency}>
<{$currency|escape}>
<{/if}>
<{else}>
<{$price|number_format:$smarty.capture.decimal_number:$smarty.capture.decimal:$smarty.capture.thousand}>
<{if $show_currency}>
<{$currency|escape}>
<{/if}>
<{/if}>
<{/if}>
<{else}>
<{t}>Pr unit<{/t}> <{$price_per_unit|number_format:$smarty.capture.decimal_number:$smarty.capture.decimal:$smarty.capture.thousand}>
<{if $show_currency}>
<{$currency|escape}>
<{/if}>
<{/if}>
<{/if}>
<{/if}>