## If we're not on the last cell of the row then end with a "&"
#set ($currentCellBlock = $latex.block)
\textbf{${latex.processor.process($latex.block.getChildren())}}##
#if ($latex.tool.isTableCell($currentCellBlock.getNextSibling()))
  ${SP}&${SP}##
#end