${t.country}

${t.taxClass}

{{if taxClassMappings.preselected && taxClassMappings.preselected.length > 0}}
{{each(key) taxClassMappings.preselected}}
${taxClassCountries.preselected[taxClassMappings.preselected[key].countryId].native}
{{/each}}
{{/if}} {{if taxClassMappings.optional && taxClassMappings.optional.length > 0}}
{{each(key) taxClassMappings.optional}}
{{/each}}
{{/if}} {{if hideNewExceptionRow === false && Object.keys(taxClassCountries.selects).length > 1}}
{{/if}}