{if $form_validation} { $block->display("core:alert_fields") } {/if}
{translate module=tax}title_add{/translate}
{translate module=tax} field_country_id {/translate} {if $VAR.tax_country_id != ""} { $list->menu("", "tax_country_id", "country", "name", $VAR.tax_country_id, "form_menu") } {else} { $list->menu("", "tax_country_id", "country", "name", $smarty.const.DEFAULT_COUNTRY, "form_menu") } {/if}
{translate module=tax} field_zone {/translate}
{translate module=tax} field_description {/translate}
{translate module=tax} field_rate {/translate}
{translate module=tax} field_tax_id_collect{/translate} { $list->bool("tax_tax_id_collect", $VAR.tax_id_collect, "\" onChange=\"if (this.value==1) document.getElementById('tax_id').style.display='block'; else document.getElementById('tax_id').style.display='none'; \"") }
{translate module=tax} field_tax_id_name{/translate}
{translate module=tax} field_tax_id_req{/translate} { $list->bool("tax_tax_id_req", $VAR.tax_id_req, "") }
{translate module=tax} field_tax_id_regex{/translate}