```<#if item.itemtype == 'Kit'> <#-- t...
# advancedpdf
m
Copy code
<#if item.itemtype == 'Kit'>
   <#-- the kit item -->
<#elseif item.itemtype == 'InvtPart' && item.taxcode?string == "" >
   <#-- the kit components -->  
</#if>