I've tried using ${item.istaxable??} to see if the...
# defects
n
I've tried using ${item.istaxable??} to see if the variable exists (equates to true), as well as ${item.istaxable?has_content} to see if the variable has a value (equates to true)