{% extends "commerce/_layouts/cp" %} {% set crumbs = [ { label: "Tax"|t('commerce'), url: url('commerce/tax') }, { label: "Tax Categories"|t('commerce'), url: url('commerce/tax/taxcategories') }, ] %} {% set selectedSubnavItem = 'tax' %} {% set fullPageForm = true %} {% import "_includes/forms" as forms %} {% block details %} {% if taxCategory and taxCategory.id %}
{{ "Created at"|t('app') }}
{{ taxCategory.dateCreated|datetime('short') }}
{{ "Updated at"|t('app') }}
{{ taxCategory.dateUpdated|datetime('short') }}
{% endif %} {% endblock %} {% block content %} {{ redirectInput('commerce/tax/taxcategories') }} {% if taxCategory.id %}{% endif %} {% include "commerce/tax/taxcategories/_fields" %} {% endblock %}