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