{include file="sections/header.tpl"}
{Lang::T('Edit Service Plan')}
{$_c['currency_code']}
{if $_c['enable_tax'] == 'yes'} {if $_c['tax_rate'] == 'custom'}

{number_format($_c['custom_tax_rate'], 2)} % {Lang::T('Tax Rates will be added')}

{else}

{number_format($_c['tax_rate'] * 100, 2)} % {Lang::T('Tax Rates will be added')}

{/if} {/if}
Or {Lang::T('Cancel')}
{include file="sections/footer.tpl"}