{% extends "commerce/_layouts/tax" %} {% block content %}
{{ "No tax rates exist yet."|t('commerce') }}
{{ 'Name'|t('commerce') }} | {{ 'Rate'|t('commerce') }} | {{ 'Include in Price?'|t('commerce') }} | {{ 'Is Vat?'|t('commerce') }} | {{ 'Tax Zone'|t('commerce') }} | {{ 'Tax Category'|t('commerce') }} | |
---|---|---|---|---|---|---|
{{ taxRate.name }} | {{ taxRate.rateAsPercent }} | {% if taxRate.include %} {% endif %} | {% if taxRate.isVat %} {% endif %} | {% if not taxRate.isEverywhere %} {{ taxRate.taxZone.name }} {% else %} {{ 'Everywhere'|t('commerce') }} {% endif %} | {{ taxRate.taxCategory.name }} |