<@U8LG4JDPY> you can do something like this: ```&l...
# advancedpdf
z
@Kris Wood you can do something like this:
Copy code
<#assign itemTypes = ["NonInvtPart","InvtPart"]>
<#if itemTypes?seq_contains(item.itemtype)>

</#if>