" + org.apache.commons.lang.StringEscapeUtils.escapeXml($P{acquisitionRequest}.getSupplier().getName()) + "\n" +
($P{supplierContact}.getAddress() != null ?
(($P{supplierContact}.getAddress().getLine1() != null &&
!$P{supplierContact}.getAddress().getLine1().isEmpty() ?
$P{supplierContact}.getAddress().getLine1() + "\n" : "") +
($P{supplierContact}.getAddress().getLine2() != null &&
!$P{supplierContact}.getAddress().getLine2().isEmpty() ?
$P{supplierContact}.getAddress().getLine2() + "\n" : "") +
$P{supplierContact}.getAddress().getPostalCode() + ", " +
$P{supplierContact}.getAddress().getLocation() + "\n" +
$P{supplierContact}.getAddress().getCountry())
: "")]]>