{% extends "commerce/_layouts/tax" %} {% block content %}
{{ "Name"|t('commerce') }} | {{ "Handle"|t('commerce') }} | {{ "Description"|t('commerce') }} | {{ "Used By Tax Rates"|t('commerce') }} | {{ "Default?"|t('commerce') }} | |
---|---|---|---|---|---|
{{ taxCategory.name }} | {{ taxCategory.handle }} | {{ taxCategory.description }} |
{% for rate in taxCategory.taxRates %}
{{ rate.name }}
{% endfor %} |
{% if taxCategory.default %} {% endif %} | {% if not taxCategory.taxRates|length %}{% endif %} |