HI All , how to concatenate this field =${item.rma_number} with a string value like" RMA" if its field is not empty. So if has value, the printed output will be "RMA 5321" <td align="left" colspan="20" style=" text-align: left;font-weight: bold;margin-left:140px;">
${item.rma_number}</td>
<td align="left" colspan="6" style="padding: 6px 0 2px;text-align: left;font-weight: bold;"> </td>
</tr>