{* $Id: price.tpl 2045 2006-08-15 15:05:33Z zeke $ *} {strip} {if $settings.General.alternative_currency == "Y" && $number_type != 'P'} {if $currencies.$primary_currency.after != 'Y'}{$currencies.$primary_currency.symbol}{/if}{if $span_id}{/if}{$value|fn_format_rate_value:$number_type:"2":$currencies.$primary_currency.decimals_separator:$currencies.$primary_currency.thousands_separator}{if $span_id}{/if}{if $currencies.$primary_currency.after == 'Y'}{$currencies.$primary_currency.symbol}{/if} {else} {if $number_type != 'P' && $currencies.$secondary_currency.after != 'Y'}{$currencies.$secondary_currency.symbol}{/if}{if $span_id}{/if}{$value|fn_format_rate_value:$number_type:"2":$currencies.$secondary_currency.decimals_separator:$currencies.$secondary_currency.thousands_separator:$currencies.$secondary_currency.coefficient}{if $span_id}{/if}{if $number_type != 'P' && $currencies.$secondary_currency.after == 'Y'}{$currencies.$secondary_currency.symbol}{/if} {/if} {/strip}