{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *} {l s='Taxes:' d='Shop.Pdf' pdf='true'}
{assign var=has_line value=false} {foreach $tax_order_summary as $entry} {assign var=has_line value=true} {/foreach} {if !$has_line} {/if}
{l s='Base TE' d='Shop.Pdf' pdf='true'} {l s='Tax Rate' d='Shop.Pdf' pdf='true'} {l s='Tax Value' d='Shop.Pdf' pdf='true'}
{$currency->prefix} {$entry['base_te']} {$currency->suffix} {$entry['tax_rate']} {$currency->prefix} {$entry['total_tax_value']} {$currency->suffix}
{l s='No taxes' d='Shop.Pdf' pdf='true'}