Hi everyone - I've been struggling with this for awhile now, so I'm hoping those more skilled on the subject can point me in the right direction - thank you in advance!
I want to conditionally print one value in the Item table if the field != null and another if it is.. I have the following:
<td colspan="12"><span class="itemname"><#if item.[customfield]?length != 0><"${item.[customfield]}"#else<${item.name}</span></#else><br />${item.description}</#if></span></td>