from what i understand ?has_content is no longer s...
# advancedpdf
p
from what i understand ?has_content is no longer supported. I did end up using the following though and it worked:
<td colspan="12"><#if item.description == "">${item.item}<#else>${item.description}</#if></td>