To print a field from the body level of an invoice record in the first row of the line level without repeating for all lines of an Advanced PDF template
<#if record.ischecked == true>
<td align=”center” colspan=”2?>
<#if item_index == 0>
${record.ischecked}
<#else>
</#if>
</td> </#if>