[`Currencies`]

[`Primary currency`]

{$system_currencies[$primary].title} {$primary}

[`Other currencies`]
{foreach $currencies as $currency} {if $currency.code != $primary} {/if} {/foreach} {capture "template-new-currency"}{literal} {/literal}{/capture} {if !empty($rest_system_currencies)} {/if}
{$currency.title} {$currency.sign} 1 {$currency.code} = {$currency.rate} {$primary}
{* dialogs section *} {$convert_text = "[`Convert product prices (%d) to the new primary currency (%s) according to the current exchange rate (%s)`]"} {$convert_text = $convert_text|replace:"%d":$product_count}

[`Change primary currency`] ({$primary})

[`New primary currency`]
{if $product_count > 0}
[`Convert prices`]
{/if}
{$wa->csrf()} [`or`] [`cancel`]
{* js templates block*} {foreach $smarty.capture as $template => $template_content} {if $template_content && (strpos($template, 'template-')===0)} {/if} {/foreach}