```<p>Hi,</p> <p>Thank you for ...
# advancedpdf
m
Copy code
<p>Hi,</p>

<p>Thank you for your order with ${customer.cseg_mos_branch}.</p>

<p>Your order has now been shipped and will be arriving shortly.</p>

<p>Please note that the following products have been backordered:</p>

<table border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;">
<thead>
	<tr>
	<th scope="col">Item</th>
	<th scope="col">Description</th>
	<th scope="col">Qty Ordered</th>
	<th scope="col">Qty Shipped</th>
	<th scope="col">Qty Backorderd</th>
	</tr>
</thead>
<tbody><#list transaction.item as item><#if (item.quantitybackordered + item.quantitycommitted) gt 0 >
	<tr>
	<td>${item.item}</td>
	<td>${item.description}</td>
	<td>${item.quantity}</td>
	<td>${item.quantityfulfilled}</td>
	<td>${item.quantitybackordered + item.quantitycommitted}</td>
	</tr>
	</#if></#list>
</tbody>
</table>

<p>Please allow 2-3 working days from the date advised for the product to be delivered to you, unless otherwise notified.</p>

<p>If you have any questions or you&#39;d like to make a change to your order, please call us. We appreciate your business, and we apologize for any inconvenience this delay causes you.</p>

<p>Sincerely,</p>

<p>The team at ${customer.cseg_mos_branch}</p>